< prev index next >

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

Print this page

        

@@ -30,11 +30,11 @@
 import javax.xml.namespace.QName;
 
 /**
  * Property that maps to the following schema fragment.
  *
- * <pre><xmp>
+ * <pre>{@code
  * <xs:complexType>
  *   <xs:sequence>
  *     <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
  *       <xs:complexType>
  *         <xs:sequence>

@@ -43,11 +43,11 @@
  *         </xs:sequence>
  *       </xs:complexType>
  *     </xs:element>
  *   </xs:sequence>
  * </xs:complexType>
- * </xmp></pre>
+ * }</pre>
  *
  * <p>
  * This property is used to represent a default binding of a {@link Map} property.
  * ({@link Map} properties with adapters will be represented by {@link ElementPropertyInfo}.)
  *
< prev index next >