Common annotations
The
javax.annotation
package defines common annotations.
Common Java™ EE 6 annotation tags
Available annotation tags from this package:
javax.annotation.Generated
javax.annotation.PostConstruct
javax.annotation.PreDestroy
javax.annotation.Resource
javax.annotation.Resources
javax.annotation.security.DeclareRoles
javax.annotation.security.DenyAll
javax.annotation.security.PermitAll
javax.annotation.security.RolesAllowed
javax.annotation.security.RunAs
Common Java EE 5 annotation tags
Available annotation tags from this package:
javax.annotation.Generated
javax.annotation.PostConstruct
javax.annotation.PreDestroy
javax.annotation.Resource
javax.annotation.Resources
javax.annotation.security.DeclareRoles
javax.annotation.security.DenyAll
javax.annotation.security.PermitAll
javax.annotation.security.RolesAllowed
javax.annotation.security.RunAs
Related tasks
:
Creating enterprise beans using annotations
Creating a stateful session bean using annotations
Creating a message-driven bean using annotations
Feedback