Annotation Type Source


  • @Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE})
    @Retention(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.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value