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

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

*** 81,91 **** * @javax.xml.bind.annotation.XmlSchemaType( * name="date", type=javax.xml.datatype.XMLGregorianCalendar.class) * } * </pre> * ! * @since JAXB2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,PACKAGE}) public @interface XmlSchemaType { String name(); --- 81,91 ---- * @javax.xml.bind.annotation.XmlSchemaType( * name="date", type=javax.xml.datatype.XMLGregorianCalendar.class) * } * </pre> * ! * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD,PACKAGE}) public @interface XmlSchemaType { String name();