< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlNs.java

Print this page

        

*** 32,48 **** /** * <p> * Associates a namespace prefix with a XML namespace URI. * * <p><b>Usage</b></p> ! * <p><tt>@XmlNs</tt> annotation is intended for use from other * program annotations. * * <p>See "Package Specification" in javax.xml.bind.package javadoc for * additional common information.</p> * ! * <p><b>Example:</b>See <tt>XmlSchema</tt> annotation type for an example. * @author Sekhar Vajjhala, Sun Microsystems, Inc. * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({}) --- 32,48 ---- /** * <p> * Associates a namespace prefix with a XML namespace URI. * * <p><b>Usage</b></p> ! * <p>{@code @XmlNs} annotation is intended for use from other * program annotations. * * <p>See "Package Specification" in javax.xml.bind.package javadoc for * additional common information.</p> * ! * <p><b>Example:</b>See {@code XmlSchema} annotation type for an example. * @author Sekhar Vajjhala, Sun Microsystems, Inc. * @since 1.6, JAXB 2.0 */ @Retention(RUNTIME) @Target({})
< prev index next >