@MinMuleVersion("4.1") @Target({PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface Text
Marks a Parameter field as one that supports a multi line string input both in the editor (when it is populated from the UI) and in the DSL.

This annotation should only be used with String parameters.

Since:
1.0