@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) @Documented @SecurityBindingType public @interface RequiresLevel
Defines an authorization check where only users with same or higher level then specified are allowed to invoke method
The constraint is validated before method invocation.
public abstract String value
Copyright © 2017. All rights reserved.