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
    Modifier and Type
    Required Element
    Description
    The type of the client.
  • Element Details

    • value

      Class<?> value
      The type of the client. This should reference a type that extends from either BaseAsyncClient or BaseSyncClient.
      Returns:
      The type of a client to import.