|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Headers
Designates that a header will be added to the request. This header will contain the specified
value, expanding any variables annotated with PathParam.
PathParam| Required Element Summary | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
String[] |
keys
|
|||||||||
| Element Detail |
|---|
public abstract String[] keys
HttpHeaderspublic abstract String[] values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||