@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface Header
Annotation for denoting a Jackson "injectable value" which
should be obtained from a Finagle HTTP Message header parameter.InjectableValue,
Finatra User's Guide - JSON Injectable Values,
Finatra User's Guide - HTTP Request Field Annotations| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
An optional field name to use for reading the header parameter from the Finagle HTTP Message.
|
public abstract java.lang.String value