--- old/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlInlineBinaryData.java 2015-09-19 13:15:45.112842239 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlInlineBinaryData.java 2015-09-19 13:15:44.964841505 +0300 @@ -41,7 +41,9 @@ * base64-encoded binary data in XML. * *

- * When XOP encoding is enabled as described in {@link AttachmentMarshaller#isXOPPackage()}, this annotation disables datatypes such as {@link java.awt.Image} or {@link Source} or byte[] that are bound to base64-encoded binary from being considered for + * When XOP encoding is enabled as described in {@link AttachmentMarshaller#isXOPPackage()}, + * this annotation disables datatypes such as {@link java.awt.Image} or {@link Source} + * or {@code byte[]} that are bound to base64-encoded binary from being considered for * XOP encoding. If a JAXB property is annotated with this annotation or if * the JAXB property's base type is annotated with this annotation, * neither