Annotation Interface MinMuleVersion


@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
    Modifier and Type
    Required Element
    Description
    The minimum version of the Mule Runtime that is required for the annotated component to work.
  • Element Details

    • value

      String value
      The 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)