org.jboss.seam.annotations.security.management
Annotation Type UserRoles


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

Flags an entity field or method as representing the list of role memberships for a user

Author:
Shane Bryzak