|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface BinderParam
Designates that this parameter will modify the request, possibly including adding an payload to it.
| Required Element Summary | |
|---|---|
Class<? extends Binder> |
value
how to persist this payload. |
| Element Detail |
|---|
public abstract Class<? extends Binder> value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||