< prev index next >

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

Print this page

        

@@ -44,19 +44,19 @@
      */
     public final ClassDeclT adapterType;
 
     /**
      * The type that the JAXB can handle natively.
-     * The <tt>Default</tt> parameter of <tt>XmlAdapter&lt;Default,Custom></tt>.
+     * The {@code Default} parameter of {@code XmlAdapter<Default,Custom>}.
      *
      * 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>.
+     * The {@code Custom} parameter of {@code XmlAdapter<Default,Custom>}.
      */
     public final TypeT customType;
 
 
 
< prev index next >