|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Payload
Designates that this parameter will hold the payload for a PUT or POST command.
| Required Element Summary | |
|---|---|
String |
value
Note that if you'd like curly braces literally in the payload, urlencode them first. |
| Element Detail |
|---|
public abstract String value
Path.value(),
PayloadParam
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||