@Target(value={FIELD,METHOD,PARAMETER})
@Retention(value=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.