Package jakarta.annotation.security
Annotation Interface DeclareRoles
Used by application to declare security roles. It can be
specified on a class. The value of the
DeclareRoles
annotation is a list of security role names.- Since:
- Common Annotations 1.0
-
Required Element Summary
-
Element Details
-
value
String[] valueList of security role names.
-