Annotation Type Source
- 
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Qualifier public @interface SourceAnnotation 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. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue 
 -