Package io.helidon.security.abac.scope
Annotation Interface ScopeValidator.Scopes
- Enclosing class:
 - ScopeValidator
 
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Documented
@Inherited
public static @interface ScopeValidator.Scopes
Repeatable annotation for 
ScopeValidator.Scope.- 
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionRepeatable annotation holder. 
- 
Element Details
- 
value
ScopeValidator.Scope[] valueRepeatable annotation holder.- Returns:
 - repeatable annotation
 
 
 -