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

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

*** 112,122 **** * &lt;xs:enumeration value="2"/> * &lt;/xs:restriction> * &lt;/xs:simpleType> * </pre> * ! * @since JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD}) public @interface XmlEnumValue { String value(); --- 112,122 ---- * &lt;xs:enumeration value="2"/> * &lt;/xs:restriction> * &lt;/xs:simpleType> * </pre> * ! * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD}) public @interface XmlEnumValue { String value();