src/share/jaxws_classes/javax/xml/ws/soap/SOAPBinding.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

@@ -32,11 +32,11 @@
 import javax.xml.soap.MessageFactory;
 
 /** The <code>SOAPBinding</code> interface is an abstraction for
  *  the SOAP binding.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface SOAPBinding extends Binding {
 
   /**
    * A constant representing the identity of the SOAP 1.1 over HTTP binding.