org.jboss.seam.annotations.security.permission
Annotation Type PermissionRole


@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface PermissionRole

Flags an entity field or method as representing the role that a permission is assigned to.

Author:
Shane Bryzak