@Target(value={FIELD,METHOD,PARAMETER,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Qualifier
public @interface Source
Annotation which indicates the specific injector which will populate this injection.
Can also be used as a meta-annotation to declare that some other annotation implies
a source.