org.mule.api.annotations.display
Annotation Type Text


@Target(value={PARAMETER,FIELD})
@Documented
@Retention(value=SOURCE)
public @interface Text

Identifies a parameter a being large text input. This marker will generate a child element instead of an attribute for the schema generation, but it will also use a text area instead of a text field in the Studio dialog generation.



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.