Annotation Type Wire
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface WireAnnotation for specifying components to wire.SelectorComposer.- Since:
- 6.0.0
- Author:
- simonpai
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanrewireOnActivateIf true, the component will be rewired when the composer is deserialized in cluster environment.java.lang.StringvalueThe selector string that specifies the Components to wire.
-
-
-
Element Detail
-
value
java.lang.String value
The selector string that specifies the Components to wire. If empty,SelectorComposerwill attempt to wire from fellows by name.- Default:
- ""
-
-