G J P R V

G

Generated - Annotation Type in javax.annotation
The Generated annoation is used to mark source code that has been generated.

J

javax.annotation - package javax.annotation
This package defines the common annotations.

P

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 methods as a callback notification to signal that the instance is in the process of being removed by the container.

R

Resource - Annotation Type in javax.annotation
The Resource annotation marks a resource that is needed by the application.
Resource.AuthenticationType - Enum in javax.annotation
The two possible authentication types for a resource.
Resources - Annotation Type in javax.annotation
This class is used to allow multiple resources declarations.

V

valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they're declared.

G J P R V