Skip navigation links
D G J M P R V 

D

DataSourceDefinition - Annotation Type in javax.annotation.sql
Annotation used to define a container DataSource to be registered with JNDI.
DataSourceDefinitions - Annotation Type in javax.annotation.sql
Declares one or more DataSourceDefinition annotations.
DeclareRoles - Annotation Type in javax.annotation.security
Used by application to declare security roles.
DenyAll - Annotation Type in javax.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s).

G

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

J

javax.annotation - package javax.annotation
This package defines the common annotations.
javax.annotation.security - package javax.annotation.security
This package contains the security common annotations.
javax.annotation.sql - package javax.annotation.sql
 

M

ManagedBean - Annotation Type in javax.annotation
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.

P

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.

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.
RolesAllowed - Annotation Type in javax.annotation.security
Specifies the list of security roles permitted to access method(s) in an application.
RunAs - Annotation Type in javax.annotation.security
Defines the identity of the application during execution.

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 are declared.
D G J M P R V 
Skip navigation links

Copyright © 2017 GlassFish Community. All Rights Reserved.