Annotation Type Path


  • @Target({FIELD,METHOD,PARAMETER})
    @Retention(RUNTIME)
    @Qualifier
    public @interface Path
    Provide path(s) on an @Inject. Not necessarily tied to the Resource Path injector (thus no @Source annotation), may be reused for other injector types.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] paths  
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Default:
        ""
      • paths

        java.lang.String[] paths
        Default:
        {}