All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mel.camel-package-maven-plugin.2.24.2.source-code.language-options.mvel Maven / Gradle / Ivy

There is a newer version: 4.10.2
Show newest version
@if{languageOptions.isEmpty()}
The @{title} language has no options.
@else{}
The @{title} language supports @{languageOptions.size()} options, which are listed below.
@end{}

@if{!languageOptions.isEmpty()}
[width="100%",cols="2,1m,1m,6",options="header"]
|===
| Name | Default | Java Type | Description
@foreach{row : languageOptions}| @{row.name} | @{row.defaultValue} | @{row.shortJavaType} | @{row.description}
@end{}|===
@end{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy