org.apache.camel.language
Annotation Type Simple


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

Used to inject a simple 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