@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Execution
ExecutionType of the annotated component.
Usage of this annotation is completely optional. If not provided, the runtime
will perform a best guess on what the best ExecutionType is.
| Modifier and Type | Required Element and Description |
|---|---|
org.mule.runtime.api.meta.model.ExecutionType |
value |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.