@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @SecurityBindingType public @interface RequiresPermission
Defines an authorization constraint that checks if the authenticated Account
has a specific
permission.
The constraint is validated before method invocation.
Copyright © 2014. All rights reserved.