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

mel.camel-package-maven-plugin.3.14.7.source-code.annotation-options.mvel Maven / Gradle / Ivy

@if{!options.isEmpty()}
[width="100%",cols="10%,10%,10%,10%,60%",options="header",]
|===
| Parameter name | Type | Required | Default value | Info
@foreach{row : sortedOptions}
| @{row.name} | @{row.type} | @if{!row.optional}✓@end{} | @if{row.defaultValue != null}${row.defaultValue}@end{} @{row.description.?contains("\n") ? "a" : ""}| @{util.escape(row.description)}
@end{}
|===
@end{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy