Module org.mule.sdk.api
Package org.mule.sdk.api.annotation
Annotation Interface DoNotEnforceMinMuleVersion
@Target({TYPE,FIELD,METHOD,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
public @interface DoNotEnforceMinMuleVersion
This annotation signals that the minimum mule version (either obtained from the
MinMuleVersion annotation or the one
calculated automatically) for the annotated component should not bump the min mule version of other components that interact
with it.- Since:
- 1.0