Package org.projectnessie.services.authz
Annotation Interface AuthorizerType
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@Qualifier
public @interface AuthorizerType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSupports inline instantiation of theAuthorizerTypequalifier. -
Required Element Summary
Required Elements
-
Element Details
-
value
String valueGets the store type.
-