Annotation Interface RequiresEnterpriseLicense


@Target(TYPE) @Retention(RUNTIME) @Documented @MinMuleVersion("4.5.0") public @interface RequiresEnterpriseLicense
Defines if the extension requires an enterprise license to run.

Users of this extensions will only be able to run the extension if the runtime has a valid license installed. It's also possible to configure if the extension can be run using an evaluation license by setting allowEvaluationLicense() to true.

Since:
1.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • allowEvaluationLicense

      boolean allowEvaluationLicense
      Returns:
      true if the module can be run using an evaluation license for the runtime, false otherwise.
      Default:
      false