|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Persist
Allows a property to be marked as persistent (and, optionally, provide control over how the property is persisted).
Optional Element Summary | |
---|---|
java.lang.String |
value
The persistence strategy, defaulting to "session" (meaning, in the HttpSession, as a session attribute). |
public abstract java.lang.String value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |