Package io.micronaut.oraclecloud.clients
Annotation Type SdkClients
-
@Retention(SOURCE) public @interface SdkClients
Internal Annotation to trigger the creation of SDK clients.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SdkClients.Kind
value
-
-
-
Element Detail
-
value
SdkClients.Kind value
- Returns:
- The type of client to generate.
- Default:
- io.micronaut.oraclecloud.clients.SdkClients.Kind.ASYNC
-
-