org.apache.camel
Annotation Type BeanInject


@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,CONSTRUCTOR})
public @interface BeanInject

Used to indicate an injection point of a bean obtained from the Registry, into a POJO. If no name is specified then the lookup is anonymous and based on lookup up by the type.

Version:

Optional Element Summary
 String context
           
 String value
           
 

value

public abstract String value
Default:
""

context

public abstract String context
Default:
""


Apache Camel