|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface InitialValue
An annotation used to provide the initial value of a transient or persistent property.
PersistAnnotationWorker
,
InitialValueAnnotationWorker
Required Element Summary | |
---|---|
String |
value
The initial value for the property as a binding reference that is evaluated when the page is first constructed, and again every time the page is detached and returned to the page pool. |
Element Detail |
---|
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |