@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface InjectComponent
IComponent.getComponent(String)
.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The value is the id of the component.
|
public abstract java.lang.String value