--- old/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlNs.java 2015-09-19 13:15:46.104847158 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlNs.java 2015-09-19 13:15:45.964846464 +0300 @@ -34,13 +34,13 @@ * Associates a namespace prefix with a XML namespace URI. * *

Usage

- *

@XmlNs annotation is intended for use from other + *

{@code @XmlNs} annotation is intended for use from other * program annotations. * *

See "Package Specification" in javax.xml.bind.package javadoc for * additional common information.

* - *

Example:See XmlSchema annotation type for an example. + *

Example:See {@code XmlSchema} annotation type for an example. * @author Sekhar Vajjhala, Sun Microsystems, Inc. * @since 1.6, JAXB 2.0 */