@Target(value={ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(value=RUNTIME)
@Documented
@API(status=MAINTAINED,
since="1.3.0")
public @interface From
value
is used as reference name to a method annotated with @Provide
.
If it is not specified, only default providers are considered.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |