Annotation Interface RestClient.Client

Enclosing class:
RestClient

@Target({FIELD,PARAMETER,TYPE}) @Documented @Qualifier public static @interface RestClient.Client
Qualifier for injection points of generated typed REST clients. This qualifier makes sure that if there are multiple implementations of the interface, this injection point is satisfied by a rest client implementation.