@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Documented
@Inherited
@AbacAnnotation
@Repeatable(value=ScopeValidator.Scopes.class)
public static @interface ScopeValidator.Scope
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Name of scope the user must have to access this resource.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.