@Retention(value=RUNTIME) @Documented @Target(value={FIELD,METHOD,CONSTRUCTOR,PARAMETER}) public @interface BeanInject
Registry, into a POJO.
If no name is specified then the lookup is anonymous and based on lookup up by the type.| Modifier and Type | Optional Element and Description |
|---|---|
String |
context
Id of
CamelContext to use |
String |
value
Name of the bean
|
public abstract String context
CamelContext to useApache Camel