@Target({TYPE,FIELD,METHOD,CONSTRUCTOR})
@Retention(RUNTIME)
@Documented
public @interface MinMuleVersion
This annotation signals that the annotated component relies on a Mule Runtime feature that is only available starting with a
specific version.
- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe minimum version of the Mule Runtime that is required for the annotated component to work.Although this is a semver version, specifying the patch number is supported but not required (e.g: 4.4, 4.5, 4.5.2)
-