src/share/jaxws_classes/javax/annotation/Resources.java

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

@@ -30,11 +30,11 @@
 
 /**
  * This class is used to allow multiple resources declarations.
  *
  * @see javax.annotation.Resource
- * @since Common Annotations 1.0
+ * @since 1.6, Common Annotations 1.0
  */
 
 @Documented
 @Retention(RUNTIME)
 @Target(TYPE)