< prev index next >

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

Print this page

        

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