Module org.mule.sdk.api
Annotation Interface Example
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
@DoNotEnforceMinMuleVersion
public @interface Example
Allows to specify an example for a
EnrichableModel to be used in the UI. This example is not related to the
Optional#defaultValue() used, it's only for the purpose of showing how does a possible value looks like.- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- The given example
-