--- old/src/java.xml.ws/share/classes/javax/xml/ws/soap/MTOM.java 2015-04-21 17:20:19.784098473 +0400 +++ new/src/java.xml.ws/share/classes/javax/xml/ws/soap/MTOM.java 2015-04-21 17:20:19.692098473 +0400 @@ -40,14 +40,14 @@ * web service. *

* This annotation MUST only be used in conjunction the - * javax.jws.WebService, {@link WebServiceProvider}, + * {@code javax.jws.WebService}, {@link WebServiceProvider}, * {@link WebServiceRef} annotations. - * When used with the javax.jws.WebService annotation this + * When used with the {@code javax.jws.WebService} annotation this * annotation MUST only be used on the service endpoint implementation * class. - * When used with a WebServiceRef annotation, this annotation + * When used with a {@code WebServiceRef} annotation, this annotation * MUST only be used when a proxy instance is created. The injected SEI - * proxy, and endpoint MUST honor the values of the MTOM + * proxy, and endpoint MUST honor the values of the {@code MTOM} * annotation. *

* @@ -69,7 +69,7 @@ /** * Property for MTOM threshold value. When MTOM is enabled, binary data above this * size in bytes will be XOP encoded or sent as attachment. The value of this property - * MUST always be >= 0. Default value is 0. + * MUST always be {@literal >=} 0. Default value is 0. */ int threshold() default 0; }