< prev index next >

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

Print this page

        

@@ -35,11 +35,11 @@
  * <p>
  * Maps a JavaBean property to a XML attribute.
  *
  * <p> <b>Usage</b> </p>
  * <p>
- * The <tt>@XmlAttribute</tt> annotation can be used with the
+ * The {@code @XmlAttribute} annotation can be used with the
  * following program elements:
  * <ul>
  *   <li> JavaBean property </li>
  *   <li> field </li>
  * </ul>
< prev index next >