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

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

*** 85,95 **** * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> * @see XmlElement * @see XmlElements * @see XmlElementRef * @see XmlElementRefs ! * @since JAXB2.0 * */ @Retention(RUNTIME) @Target({FIELD, METHOD}) public @interface XmlElementWrapper { --- 85,95 ---- * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> * @see XmlElement * @see XmlElements * @see XmlElementRef * @see XmlElementRefs ! * @since 1.6, JAXB 2.0 * */ @Retention(RUNTIME) @Target({FIELD, METHOD}) public @interface XmlElementWrapper {
*** 137,145 **** * Note that this only affects the schema generation, and * not the unmarshalling or marshalling capability. This is * simply a mechanism to let users express their application constraints * better. * ! * @since JAXB 2.1 */ boolean required() default false; } --- 137,145 ---- * Note that this only affects the schema generation, and * not the unmarshalling or marshalling capability. This is * simply a mechanism to let users express their application constraints * better. * ! * @since 1.6, JAXB 2.1 */ boolean required() default false; }