Common Annotations
The javax.annotation package defines common annotations.
Common annotation tags
The following lists the 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 concepts
Related tasks
Creating enterprise beans using annotations
Creating a stateful session bean using annotations
Creating a message-driven bean using annotations