@Target(value=FIELD) @Documented @Retention(value=RUNTIME) @UseWith(value=PAGE) public @interface PageActivationContext
ValueEncoder
for the class of the
annotated property.
If using this annotation more than once per page class you must specify unique indexes for each. Indexes must start
at 0 and increment by 1 (eg. if 3 annotations are present they must have indexes of 0, 1 and 2)public abstract boolean activate
public abstract boolean passivate
public abstract int index
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.