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

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

*** 60,70 **** * must have a valid lexical representation for the type * <tt>@XmlEnum.value()</tt> . * * <p><b>Examples:</b> See examples in {@link XmlEnumValue} * ! * @since JAXB2.0 */ @Retention(RUNTIME) @Target({TYPE}) public @interface XmlEnum { /** --- 60,70 ---- * must have a valid lexical representation for the type * <tt>@XmlEnum.value()</tt> . * * <p><b>Examples:</b> See examples in {@link XmlEnumValue} * ! * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({TYPE}) public @interface XmlEnum { /**