--- old/src/java.xml.ws/share/classes/javax/xml/ws/RespectBinding.java 2015-07-09 12:14:07.000000000 +0200 +++ new/src/java.xml.ws/share/classes/javax/xml/ws/RespectBinding.java 2015-07-09 12:14:07.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -34,18 +34,18 @@ /** - * This feature clarifies the use of the wsdl:binding + * This feature clarifies the use of the {@code wsdl:binding} * in a JAX-WS runtime. *

* 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 RespectBinding + * proxy, and endpoint MUST honor the values of the {@code RespectBinding} * annotation. *

*