--- old/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlSchemaType.java 2015-09-19 13:15:47.092852058 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlSchemaType.java 2015-09-19 13:15:46.948851344 +0300 @@ -38,7 +38,7 @@ * *

Usage

*

- * @XmlSchemaType annotation can be used with the following program + * {@code @XmlSchemaType} annotation can be used with the following program * elements: *

* - *

@XmlSchemaType annotation defined for Java type + *

{@code @XmlSchemaType} annotation defined for Java type * applies to all references to the Java type from a property/field. - * A @XmlSchemaType annotation specified on the - * property/field overrides the @XmlSchemaType annotation + * A {@code @XmlSchemaType} annotation specified on the + * property/field overrides the {@code @XmlSchemaType} annotation * specified at the package level. * *

This annotation can be used with the following annotations: