jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlNs.java
changeset 25840 c2002453eec3
parent 19645 36f707905f2b
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
    40  * <p>See "Package Specification" in javax.xml.bind.package javadoc for
    40  * <p>See "Package Specification" in javax.xml.bind.package javadoc for
    41  * additional common information.</p>
    41  * additional common information.</p>
    42  *
    42  *
    43  * <p><b>Example:</b>See <tt>XmlSchema</tt> annotation type for an example.
    43  * <p><b>Example:</b>See <tt>XmlSchema</tt> annotation type for an example.
    44  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
    44  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
    45  * @since JAXB2.0
    45  * @since 1.6, JAXB 2.0
    46  */
    46  */
    47 
    47 
    48 @Retention(RUNTIME) @Target({})
    48 @Retention(RUNTIME) @Target({})
    49 public @interface XmlNs {
    49 public @interface XmlNs {
    50     /**
    50     /**