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


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

Flags an entity field or method as representing whether a role is conditional or not

Author:
Shane Bryzak