Annotation Interface RestClient.Header
- Enclosing class:
RestClient
@Target({TYPE,METHOD})
@Repeatable(RestClient.Headers.class)
@Documented
public static @interface RestClient.Header
Definition of an outbound header (sent with every request).
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionName of the header, seeHeaderNamesconstants with_STRING.Value of the header.
-
Element Details
-
name
-
value
-