Annotation Interface SdkImport
public @interface SdkImport
Annotation used to import an SDK if it is generated with OCI SDK v3, but without Micronaut compatibility.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueThe type of the client. This should reference a type that extends from eitherBaseAsyncClientorBaseSyncClient.- Returns:
- The type of a client to import.
-