src/share/jaxws_classes/javax/xml/ws/WebServiceProvider.java

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

@@ -31,11 +31,11 @@
 import java.lang.annotation.ElementType;
 import java.lang.annotation.RetentionPolicy;
 /**
  * Used to annotate a Provider implementation class.
  *
- * @since JAX-WS 2.0
+ * @since 1.6, JAX-WS 2.0
  * @see javax.xml.ws.Provider
  */
 @Target(ElementType.TYPE)
 @Retention(RetentionPolicy.RUNTIME)
 @Documented