javax.enterprise.inject
Annotation Type Default


@Qualifier
@Documented
@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
public @interface Default

Default bean injection uses @Default as the injection point's @Qualifier. The @Default annotation for Java injection is the default, single bean with the given type.

See Also:
Qualifier