javax.annotation |
EJB 3.0 API
API used by EJB 3.0 container
|
Java Source File Name | Type | Comment |
Generated.java | Annotation | Used to indicate that a code was generated. |
PostConstruct.java | Annotation | Call the method annotated with PostConstruct after that a new instance of the
class has been built. |
PreDestroy.java | Annotation | Call the method annotated by PreDestroy before removing this object from the
container. |
Resource.java | Annotation | Used to declare a link to a resource (like a Bean's context, a DataSource, etc). |
Resources.java | Annotation | List of resources. |