Lines Matching refs:annotation
41 package javax.annotation;
43 import java.lang.annotation.*;
44 import static java.lang.annotation.ElementType.*;
45 import static java.lang.annotation.RetentionPolicy.*;
48 * The PostConstruct annotation is used on a method that needs to be executed
51 * annotation MUST be supported on all classes that support dependency
54 * method can be annotated with this annotation. The method on which the
55 * PostConstruct annotation is applied MUST fulfill all of the following
70 * @see javax.annotation.PreDestroy
71 * @see javax.annotation.Resource