< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/SCDBasedBindingSet.java

Print this page

        

*** 70,83 **** */ final class Target { /** * SCDs can be specified via multiple steps, like: * ! * <xmp> * <bindings scd="foo/bar"> * <bindings scd="zot/xyz"> ! * </xmp> * * This field and {@link #nextSibling} form a single-linked list that * represent the children that shall be evaluated within this target. * Think of it as {@code List<Target>}. */ --- 70,83 ---- */ final class Target { /** * SCDs can be specified via multiple steps, like: * ! * <pre>{@code * <bindings scd="foo/bar"> * <bindings scd="zot/xyz"> ! * }</pre> * * This field and {@link #nextSibling} form a single-linked list that * represent the children that shall be evaluated within this target. * Think of it as {@code List<Target>}. */
< prev index next >