|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface PayloadParam
Designates that this parameter will hold the payload for a PUT or POST command.
Required Element Summary | |
---|---|
String |
value
The key used in a map passed to the MapBinder or Payload associated with the
request. |
Element Detail |
---|
public abstract String value
MapBinder
or Payload
associated with the
request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |