|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,PARAMETER})
@Documented
@Retention(value=RUNTIME)
@Deprecated
public @interface ReadMarks a field to read parameters from request. Deprecated due to common mistakes made by users. Use Parameter instead.
| Optional Element Summary | |
|---|---|
boolean |
create
Deprecated. Creates objects as needed |
String |
key
Deprecated. The parameter key to be used |
public abstract boolean create
public abstract String key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||