Annotation Interface Summary
@MinMuleVersion("4.1")
@Target({PARAMETER,FIELD,TYPE,METHOD})
@Retention(RUNTIME)
@Documented
public @interface Summary
Allows to specify a summary for a
EnrichableModel to be used in the UI. If a value is not specified, the name is
inferred from the annotated element's name.
Use this annotation to override the default inferred name of the EnrichableModel
- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- The given summary text
-