--- old/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlID.java 2015-09-19 13:15:44.100837221 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlID.java 2015-09-19 13:15:43.964836547 +0300 @@ -38,12 +38,12 @@ * To preserve referential integrity of an object graph across XML * serialization followed by a XML deserialization, requires an object * reference to be marshalled by reference or containment - * appropriately. Annotations @XmlID and @XmlIDREF + * appropriately. Annotations {@code @XmlID} and {@code @XmlIDREF} * together allow a customized mapping of a JavaBean property's * type by containment or reference. * *

Usage

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