Package javax.annotation

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

Annotation Types Summary
EJB The EJB annotation denotes a reference to an EJB 3.0 session bean.
EJBs The EJBs annotation is used to specify multiple EJB 3.0 session bean references on a bean class.
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.