All Classes and Interfaces
Class
Description
Defines a data source for dependency injection via the
Resource
annotation.Container annotation that holds multiple
DataSourceDefinition annotations.Declares that role names used in security constraints for the annotated
enterprise bean should be treated as declared roles.
Indicates that all access to the annotated enterprise bean or business method
is denied.
Used to identify generated code.
Added to indicate an element may not be null.
Added to indicate an element may be null.
Indicates that all authenticated users are permitted to access the annotated
enterprise bean or business method.
Added to a method required to be called after the object has been constructed and before it used.
Added to a method required to be called once the object is no longer required and before it is discarded.
Used to define the order in which classes or parameters should be used.
Indicates a resource required by the application.
The AuthenticationType, either CONTAINER or APPLICATION
Used when multiple
Resource annotations are required.Specifies the security roles that are allowed to access the annotated enterprise
bean or business method.
Defines the run-as security role for an enterprise bean.