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


@Target(value={TYPE,METHOD})
@Documented
@Retention(value=RUNTIME)
@Inherited
@RoleCheck
public @interface Admin

Indicates that the action method requires the user to be a member of the 'admin' role to invoke.

Author:
Shane Bryzak