@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface InitialValue
PersistAnnotationWorker
,
InitialValueAnnotationWorker
Modifier and Type | Required Element and Description |
---|---|
java.lang.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.
|
public abstract java.lang.String value