@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR}) @Retention(value=RUNTIME) @Documented public @interface MinMuleVersion
public abstract String value
Although this is a semver version, specifying the patch number is supported but not required (e.g: 4.4, 4.5, 4.5.2)
Copyright © 2023. All rights reserved.