@Retention(value=RUNTIME) @Documented @Target(value={FIELD,METHOD,PARAMETER}) @LanguageAnnotation(language="joor", factory=JoorAnnotationExpressionFactory.class) public @interface Joor
| Modifier and Type | Required Element and Description |
|---|---|
String |
value |
| Modifier and Type | Optional Element and 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.
|
public abstract String value
Apache Camel