Package org.apache.camel
Annotation Interface BeanInject
@Retention(RUNTIME)
@Documented
@Target({FIELD,METHOD,CONSTRUCTOR,PARAMETER})
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.-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueName of the bean- Default:
""
-