org.apache.camel.builder.script
Annotation Type Python


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

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

Version:

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Apache Camel