@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface WiredComponent
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
mode
The wiring mode(s).
|
OnFailure |
onFailure
The action to be taken if wiring fails.
|
boolean |
overwrite
Determines the action to be taken if the annotated field already has an assigned value.
|
String |
value
The name associated with the component instance to be wired to this field.
|
public abstract String value
public abstract String[] mode
public abstract boolean overwrite
public abstract OnFailure onFailure
Copyright © 2018 Fujion Framework. All rights reserved.