|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=PARAMETER) @Documented public @interface Header
Indicates that this parameter is bound from HTTP header.
| Required Element Summary | |
|---|---|
String |
value
HTTP header name. |
| Optional Element Summary | |
|---|---|
boolean |
required
If true, request without this header will be rejected. |
| Element Detail |
|---|
public abstract String value
public abstract boolean required
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||