@Qualifier
@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface AdaptNamed
Inject field as allowing an adapter from the current context
to adapt to the injection target type.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value |