- PermitAll - Annotation Type in javax.annotation.security
-
Specifies that all security roles are allowed to invoke the specified
method(s) — i.e., that the specified method(s) are "unchecked".
- PostConstruct - Annotation Type in javax.annotation
-
The PostConstruct
annotation is used on a method that
needs to be executed after dependency injection is done to perform
any initialization.
- PreDestroy - Annotation Type in javax.annotation
-
The PreDestroy
annotation is used on a method as a
callback notification to signal that the instance is in the
process of being removed by the container.
- Priority - Annotation Type in javax.annotation
-
The Priority
annotation can be applied to classes
or parameters to indicate in what order they should be used.