javax.annotation |
|
Java Source File Name | Type | Comment |
Generated.java | Annotation | The Generated annoation is used to mark source code that has been generated. |
PostConstruct.java | Annotation | 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.java | Annotation | The PreDestroy method will execute after any method annotated with the Remove
annotation has completed. |
Resource.java | Annotation | The Resource annotation is used to express a dependency on an external
resource in the bean’s environment. |
Resources.java | Annotation | Specify a collection of Resources on a bean class. |