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

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 120,130 **** * &lt;/xs:complexType> * * </pre> * @author Sekhar Vajjhala, Sun Microsystems, Inc. * @see XmlType ! * @since JAXB2.0 */ @Retention(RUNTIME) @Target({FIELD, METHOD}) public @interface XmlAttribute { /** --- 120,130 ---- * &lt;/xs:complexType> * * </pre> * @author Sekhar Vajjhala, Sun Microsystems, Inc. * @see XmlType ! * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD, METHOD}) public @interface XmlAttribute { /**