Annotation Type Client.Import

Enclosing class:
Client

@Target({TYPE,PACKAGE}) @Retention(RUNTIME) public static @interface Client.Import
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
    Client interface types that we want to generate HTTP clients for.
  • Element Details

    • types

      Class<?>[] types
      Client interface types that we want to generate HTTP clients for.