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

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

*** 214,224 **** * </pre> * * * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems,Inc. </li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> * @see XmlElementRefs ! * @since JAXB2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface XmlElementRef { /** --- 214,224 ---- * </pre> * * * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems,Inc. </li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> * @see XmlElementRefs ! * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface XmlElementRef { /**
*** 282,290 **** * * <p> * For compatibility with JAXB 2.1, this property defaults to <tt>true</tt>, * despite the fact that {@link XmlElement#required()} defaults to false. * ! * @since 2.2 */ boolean required() default true; } --- 282,290 ---- * * <p> * For compatibility with JAXB 2.1, this property defaults to <tt>true</tt>, * despite the fact that {@link XmlElement#required()} defaults to false. * ! * @since 1.7, JAXB 2.2 */ boolean required() default true; }