org.apache.camel.language
Annotation Type Bean


@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="bean",
                    factory=BeanAnnotationExpressionFactory.class)
public @interface Bean

Used to inject a bean expression into a field, property, method or parameter when using Bean Integration.

Version:

Required Element Summary
 String ref
           
 
Optional Element Summary
 String method
           
 

Element Detail

ref

public abstract String ref

method

public abstract String method
Default:
""


Apache Camel