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 Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether the associated element should support inline definition as child element.
    boolean
    Whether the associated element should support registry references.
  • Element Details

    • allowInlineDefinition

      boolean allowInlineDefinition
      Whether the associated element should support inline definition as child element. Defaults to true
      Default:
      true
    • allowReferences

      boolean allowReferences
      Whether the associated element should support registry references. Defaults to true
      Default:
      true