Package com.perfectcorp.annotation
Annotation Type RequiresPermission.Read
-
@Target({FIELD,METHOD,PARAMETER}) public static @interface RequiresPermission.ReadSpecifies that the given permission is required for read operations.When specified on a parameter, the annotation indicates that the method requires a permission which depends on the value of the parameter (and typically the corresponding field passed in will be one of a set of constants which have been annotated with a
@RequiresPermissionannotation.)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description RequiresPermissionvalue
-
-
-
Element Detail
-
value
RequiresPermission value
- Default:
- @com.perfectcorp.annotation.RequiresPermission
-
-