jaxws/src/share/jaxws_classes/javax/annotation/PostConstruct.java
changeset 25840 c2002453eec3
parent 20590 b3b34e4344ce
--- a/jaxws/src/share/jaxws_classes/javax/annotation/PostConstruct.java	Tue Jul 22 11:56:48 2014 -0700
+++ b/jaxws/src/share/jaxws_classes/javax/annotation/PostConstruct.java	Thu Jun 19 15:35:23 2014 -0700
@@ -70,9 +70,10 @@
  * <li>If the method throws an unchecked exception the class MUST NOT be put into
  * service except in the case of EJBs where the EJB can handle exceptions and
  * even recover from them.</li></ul>
- * @since Common Annotations 1.0
+ *
  * @see javax.annotation.PreDestroy
  * @see javax.annotation.Resource
+ * @since 1.6, Common Annotations 1.0
  */
 @Documented
 @Retention (RUNTIME)