@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface FormParam
Annotation for denoting a Jackson "injectable value" which
should be obtained from a Finagle HTTP Request form 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 form parameter from the Finagle HTTP Request.
|
public abstract java.lang.String value