org.benow.security.permission
Annotation Type Permission.RestrictOnField
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public static @interface Permission.RestrictOnField
Field within a param that is used to identify a restriction. Field value
is combined with permission specified via requires permission to allow actions
on certain subtypes. NOTE: a restriction field without either a class or method wide RequiresPermission
specification is invalid.
For example:
package org.some;
public interface MyService {
- Author:
- andy
|
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value