Package io.helidon.security.abac.role
Annotation Interface RoleValidator.PermitAll
- Enclosing class:
RoleValidator
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Documented
@Inherited
public static @interface RoleValidator.PermitAll
Mark a type or method as public.
-
Field Summary
Fields
-
Field Details
-
TYPE
Type of this interface.
-