@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@Documented
public @interface Header
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
HTTP header name.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
required
If true, request without this header will be rejected.
|
Copyright © 2013. All Rights Reserved.