Package javax.annotation

Enum Summary
Resource.AuthenticationType Enums for whether the container or bean is to perform authentication.
 

Annotation Types Summary
Generated The Generated annoation is used to mark source code that has been generated.
PostConstruct The PostConstruct method is invoked on the newly constructed instance, after any dependency injection has been performed by the container and before the first business method is invoked on the bean.
PreDestroy The PreDestroy method will execute after any method annotated with the Remove annotation has completed.
Resource The Resource annotation is used to express a dependency on an external resource in the bean’s environment.
Resources Specify a collection of Resources on a bean class.