org.apache.camel.language.mvel
Annotation Type MVEL


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

An annotation for injection of MVEL expressions into method parameters, fields or properties


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Apache Camel