Annotation Type Headers
-
@Retention(RUNTIME) @Target(METHOD) public @interface Headers
Annotation to annotate list of static headers sent to a REST endpoint.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
List of static headers.
-