Annotation Interface ParameterDsl
@MinMuleVersion("4.1")
@Target({FIELD,PARAMETER})
@Retention(RUNTIME)
@Documented
public @interface ParameterDsl
Allows setting directives regarding syntax and semantics of the generated XML DSL.
It can be applied on fields annotated with
Parameter or parameters of methods mapping to operations- Since:
- 1.0
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether the associated element should support inline definition as child element.booleanWhether the associated element should support registry references.
-
Element Details
-
allowInlineDefinition
boolean allowInlineDefinitionWhether the associated element should support inline definition as child element. Defaults totrue- Default:
- true
-
allowReferences
boolean allowReferencesWhether the associated element should support registry references. Defaults totrue- Default:
- true
-