@Qualifier @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD,PARAMETER}) public @interface Uri
@Inject injection point for values of type
Endpoint or ProducerTemplate. For example:
@Inject
@Uri("mock:foo")
Endpoint endpoint;
@Inject
@Uri("seda:bar")
ProducerTemplate producer;
Apache Camel