@Retention(value=RUNTIME)
@Target(value={METHOD,ANNOTATION_TYPE})
public static @interface Permissions.HasPermission
ActionRouter
. This annotation can also
be used on other annotations for creating aliases for semantic permission
checks
(see Permissions.CanRetrieve
).Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
httpMethod
Returns the HTTP method for executing this action.
|
java.lang.String |
name
Returns the permission's name.
|