@Retention(value=RUNTIME)
@Target(value={PARAMETER,FIELD})
public @interface HeaderVariable
Indicate binding from a H.Header
to a controller field or action handler parameter
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The HTTP header name
|
Copyright © 2014–2017 ActFramework. All rights reserved.