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

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

*** 32,42 **** /** * Marks a class that has {@link XmlElementDecl}s. * * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> ! * @since JAXB 2.0 * @see XmlElementDecl */ @Retention(RUNTIME) @Target({TYPE}) public @interface XmlRegistry { --- 32,42 ---- /** * Marks a class that has {@link XmlElementDecl}s. * * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> ! * @since 1.6, JAXB 2.0 * @see XmlElementDecl */ @Retention(RUNTIME) @Target({TYPE}) public @interface XmlRegistry {