< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/Adapter.java

Print this page

        

*** 44,62 **** */ public final ClassDeclT adapterType; /** * The type that the JAXB can handle natively. ! * The <tt>Default</tt> parameter of <tt>XmlAdapter&lt;Default,Custom></tt>. * * Always non-null. */ public final TypeT defaultType; /** * The type that is stored in memory. ! * The <tt>Custom</tt> parameter of <tt>XmlAdapter&lt;Default,Custom></tt>. */ public final TypeT customType; --- 44,62 ---- */ public final ClassDeclT adapterType; /** * The type that the JAXB can handle natively. ! * The {@code Default} parameter of {@code XmlAdapter<Default,Custom>}. * * Always non-null. */ public final TypeT defaultType; /** * The type that is stored in memory. ! * The {@code Custom} parameter of {@code XmlAdapter<Default,Custom>}. */ public final TypeT customType;
< prev index next >