@Retention(value=RUNTIME) @Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD}) public @interface RolesAllowed
| Modifier and Type | Required Element and Description | 
|---|---|
SecurityRole[] | 
value
Deprecated.  
The security-role element contains the definition of a security role 
 | 
public abstract SecurityRole[] value