equal
deleted
inserted
replaced
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 /** |