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:

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Apache CAMEL