Package org.apache.camel.language.joor
Annotation Type Joor
-
@Retention(RUNTIME) @Documented @Target({FIELD,METHOD,PARAMETER}) @LanguageAnnotation(language="joor", factory=JoorAnnotationExpressionFactory.class) public @interface Joor
Used to inject a joor expression into a field, property, method or parameter when using Bean Integration.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
preCompile
Whether the expression should be pre compiled once during initialization phase.boolean
singleQuotes
Whether single quotes can be used as replacement for double quotes.
-
-
-
Element Detail
-
value
String value
-
-