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 booleanpreCompileWhether the expression should be pre compiled once during initialization phase.Class<?>resultTypeThe desired return type.booleansingleQuotesWhether single quotes can be used as replacement for double quotes.
-