@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface PermissionOperation
Marks the property of an entity bean that represents the permissions granted for a resource. This value will
either be a bitmask integer (for resources annotated with @AllowedPermissions) or a comma-separated list of
arbitrary permission String values
- Author:
- Shane Bryzak