src/share/jaxws_classes/javax/xml/ws/spi/http/HttpHandler.java

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

@@ -34,11 +34,11 @@
  * JAX-WS runtime provides the implementation for this and sets
  * it using {@link HttpContext#setHandler(HttpHandler)} during
  * {@link Endpoint#publish(HttpContext) }
  *
  * @author Jitendra Kotamraju
- * @since JAX-WS 2.2
+ * @since 1.7, JAX-WS 2.2
  */
 public abstract class HttpHandler {
     /**
      * Handles a given request and generates an appropriate response.
      * See {@link HttpExchange} for a description of the steps