org.apache.camel.language
Annotation Type Bean


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

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

Version:
$Revision: 738604 $

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Apache CAMEL