|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface Wire
Annotation for specifying components to wire.
SelectorComposer.
| Optional Element Summary | |
|---|---|
boolean |
rewireOnActivate
If true, the component will be rewired when the composer is deserialized in cluster environment. |
java.lang.String |
value
The selector string that specifies the Components to wire. |
public abstract java.lang.String value
SelectorComposer will attempt to wire from fellows by name.
public abstract boolean rewireOnActivate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||