Annotation Interface RequiresEnterpriseLicense
@MinMuleVersion("4.1")
@Target(TYPE)
@Retention(RUNTIME)
@Documented
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
-
Element Details
-
allowEvaluationLicense
boolean allowEvaluationLicense- Returns:
- true if the module can be run using an evaluation license for the runtime, false otherwise.
- Default:
- false
-