@Retention(value=RUNTIME) @Documented @Target(value={FIELD,METHOD,CONSTRUCTOR}) public @interface EndpointInject
Endpoint, Producer or
ProducerTemplate into a POJO.
A URI for an endpoint
can be specified on this annotation, or a name can be specified which is resolved in the
Registry such as in your Spring ApplicationContext.
If no ref or uri is specified then the ref is defaulted from the field, property or method name.public abstract String value
@Deprecated public abstract String uri
public abstract String property
Apache Camel