Annotation Interface Example
@MinMuleVersion("4.1")
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
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
-