@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface WireVariable
SelectorComposer.| Modifier and Type | Optional Element and Description |
|---|---|
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.
|
Copyright © 2005-2024 Potix Corporation. All Rights Reserved.