org.mule.api.annotations.licensing
Annotation Type RequiresEnterpriseLicense


@Target(value={TYPE,METHOD})
@Documented
@Retention(value=SOURCE)
public @interface RequiresEnterpriseLicense

Checks if the Module/Processor requires an Enterprise license. It can be an evaluation license or not.


Optional Element Summary
 boolean allowEval
           
 

allowEval

public abstract boolean allowEval
Default:
false


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.