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

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

*** 153,163 **** * &lt;/sequence> * &lt;/xs:complexType> * </pre> * * @author Sekhar Vajjhala, Sun Microsystems, Inc. ! * @since JAXB2.0 */ @Retention(RUNTIME) @Target({TYPE}) public @interface XmlRootElement { /** --- 153,163 ---- * &lt;/sequence> * &lt;/xs:complexType> * </pre> * * @author Sekhar Vajjhala, Sun Microsystems, Inc. ! * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({TYPE}) public @interface XmlRootElement { /**