org.jboss.seam.annotations.security
Annotation Type RoleCheck


@Target(value=ANNOTATION_TYPE)
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface RoleCheck

Meta-annotation that designates an annotation as being a role, requiring a security check prior to invoking the annotated method or class

Author:
Shane Bryzak