org.apache.camel.language
Annotation Type SpEL
@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="spel")
public @interface SpEL
An annotation for injection of Spring Expression Language (SpEL) expressions
into method parameters, fields or properties.
In the context of Camel this annotation serves a similar purpose as Spring's annotation.
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value
Apache CAMEL