org.apache.camel.language
Annotation Type Bean


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
public @interface Bean

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

Version:
$Revision: 640438 $

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Apache CAMEL