-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface DeclareRoles
Used by application to declare security roles. It can be specified on a class. The value of theDeclareRoles
annotation is a list of security role names.
-
-
Element Detail
-
value
String[] value
List of security role names.
-
-