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


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

Flags an entity field or method as representing the target of a permission.

Author:
Shane Bryzak