< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlSchemaTypes.java

Print this page

        

@@ -39,11 +39,11 @@
  * for multiple @XmlSchemaType annotations as follows:
  *
  * <pre>
  * @XmlSchemaTypes({ @XmlSchemaType(...), @XmlSchemaType(...) })
  * </pre>
- * <p>The <tt>@XmlSchemaTypes</tt> annnotation can be used to
+ * <p>The {@code @XmlSchemaTypes} annnotation can be used to
  * define {@link XmlSchemaType} for different types at the
  * package level.
  *
  * <p>See "Package Specification" in javax.xml.bind.package javadoc for
  * additional common information.</p>
< prev index next >