src/share/jaxws_classes/javax/xml/ws/handler/soap/SOAPHandler.java

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

@@ -31,11 +31,11 @@
 
 /** The <code>SOAPHandler</code> class extends <code>Handler</code>
  *  to provide typesafety for the message context parameter and add a method
  *  to obtain access to the headers that may be processed by the handler.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public interface SOAPHandler<T extends SOAPMessageContext>
     extends Handler<T> {
 
   /** Gets the header blocks that can be processed by this Handler