@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=AuthorizationServer.List.class) @Inherited @ExtendWith(value=AuthorizationServerExtension.class) public @interface AuthorizationServer
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends AuthorizationServerEncoder> |
encoder |
java.lang.String |
value |
public abstract java.lang.Class<? extends AuthorizationServerEncoder> encoder
Copyright © 2021 Entur AS. All rights reserved.