@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @SecurityBindingType public @interface Restrict
Defines an authorization constraint to a type or method using a Unified Expression Language.
The constraint is validated before method invocation.
public abstract String value
Copyright © 2015. All rights reserved.