@Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface Header
We can put this on a method parameter or a @Form bean property.
@Form
By default header names are Init caps snake case. For example:
{@code // Last-Modified
String
value
String value