org.kohsuke.stapler
@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 © 2014. All Rights Reserved.