|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface WireVariable
Annotation for specifying variables to wire, from XEL, implicit objects, or
custom variable resolvers.
SelectorComposer
.
Optional Element Summary | |
---|---|
boolean |
rewireOnActivate
If true, the variable will be rewired when the composer is deserialized in cluster environment. |
java.lang.String |
value
The name of variable to wire. |
public abstract java.lang.String value
public abstract boolean rewireOnActivate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |