Annotation Interface SdkClients


@Retention(SOURCE) public @interface SdkClients
Internal Annotation to trigger the creation of SDK clients.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    the type of client to generate.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • value

      Returns:
      The type of client to generate.
      Default:
      ASYNC
    • clientClasses

      String[] clientClasses
      Returns:
      The OCI SDK client class names to process.
      Default:
      {}