Annotation Type WireVariable
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface WireVariableAnnotation for specifying variables to wire, from XEL, implicit objects, or custom variable resolvers.SelectorComposer.- Since:
- 6.0.0
- Author:
- simonpai
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanrewireOnActivateIf true, the variable will be rewired when the composer is deserialized in cluster environment.java.lang.StringvalueThe name of variable to wire.
-