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
 java.lang.String ref
           
 
Optional Element Summary
 java.lang.String method
           
 

Element Detail

ref

public abstract java.lang.String ref

method

public abstract java.lang.String method
Default:
""


Apache CAMEL