@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@Qualifier
@Documented
public @interface Generic
Qualifier used to identify generic bean injection points. Generic bean
injections can only occur in other generic beans which share the same generic
configuration annotation annotation.
- Author:
- Pete Muir, Ove Ranheim
- See Also:
GenericConfiguration