jaxws/src/java.annotations.common/share/classes/javax/annotation/PostConstruct.java
changeset 32251 7e6dc723daf3
parent 31746 7573de6b8e46
equal deleted inserted replaced
32167:c8753d0be177 32251:7e6dc723daf3
    37  * injection. The method annotated with PostConstruct MUST be invoked even
    37  * injection. The method annotated with PostConstruct MUST be invoked even
    38  * if the class does not request any resources to be injected. Only one
    38  * if the class does not request any resources to be injected. Only one
    39  * method can be annotated with this annotation. The method on which the
    39  * method can be annotated with this annotation. The method on which the
    40  * PostConstruct annotation is applied MUST fulfill all of the following
    40  * PostConstruct annotation is applied MUST fulfill all of the following
    41  * criteria:
    41  * criteria:
    42  * <p>
       
    43  * <ul>
    42  * <ul>
    44  * <li>The method MUST NOT have any parameters except in the case of
    43  * <li>The method MUST NOT have any parameters except in the case of
    45  * interceptors in which case it takes an InvocationContext object as
    44  * interceptors in which case it takes an InvocationContext object as
    46  * defined by the Interceptors specification.</li>
    45  * defined by the Interceptors specification.</li>
    47  * <li>The method defined on an interceptor class MUST HAVE one of the
    46  * <li>The method defined on an interceptor class MUST HAVE one of the