jaxws/src/share/jaxws_classes/javax/annotation/PostConstruct.java
changeset 25840 c2002453eec3
parent 20590 b3b34e4344ce
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
    68  * <li>The method MUST NOT be static except for the application client.</li>
    68  * <li>The method MUST NOT be static except for the application client.</li>
    69  * <li>The method MAY be final.</li>
    69  * <li>The method MAY be final.</li>
    70  * <li>If the method throws an unchecked exception the class MUST NOT be put into
    70  * <li>If the method throws an unchecked exception the class MUST NOT be put into
    71  * service except in the case of EJBs where the EJB can handle exceptions and
    71  * service except in the case of EJBs where the EJB can handle exceptions and
    72  * even recover from them.</li></ul>
    72  * even recover from them.</li></ul>
    73  * @since Common Annotations 1.0
    73  *
    74  * @see javax.annotation.PreDestroy
    74  * @see javax.annotation.PreDestroy
    75  * @see javax.annotation.Resource
    75  * @see javax.annotation.Resource
       
    76  * @since 1.6, Common Annotations 1.0
    76  */
    77  */
    77 @Documented
    78 @Documented
    78 @Retention (RUNTIME)
    79 @Retention (RUNTIME)
    79 @Target(METHOD)
    80 @Target(METHOD)
    80 public @interface PostConstruct {
    81 public @interface PostConstruct {