Searched defs:PostConstruct (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/javaee-api/javax.annotation/src/main/java/javax/annotation/
H A DPostConstruct.java48 * The PostConstruct annotation is used on a method that needs to be executed
52 * injection. The method annotated with PostConstruct MUST be invoked even
55 * PostConstruct annotation is applied MUST fulfill all of the following
62 * - The method on which PostConstruct is applied MAY be public, protected,
76 public @interface PostConstruct { interface

Completed in 41 milliseconds