@Target(value={FIELD,PARAMETER,METHOD,TYPE})
@Retention(value=RUNTIME)
@Documented
@Qualifier
public @interface New
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<?> |
value
May be used to declare which type should be used for injection.
|