@Documented
@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface AclRoles
Annotation to define the Role to execute an action. One of the listed ones is needed
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value |