|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD})
public @interface WireAnnotation for specifying components or objects to wire in
| Optional Element Summary | |
|---|---|
boolean |
optional
If set to true, no Exception is throw when component/object is not found for wiring. |
boolean |
rewireOnActivate
If true, the variable 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
public abstract boolean optional
public abstract boolean rewireOnActivate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||