Package org.apache.camel.language.python
Annotation Interface Python
@Retention(RUNTIME)
@Documented
@Target({FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="python")
public @interface Python
An annotation for injection of Python expressions into method parameters, fields or properties
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-