@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @MinMuleVersion(value="4.5.0") 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 |
|---|---|
ExecutionType |
value |
public abstract ExecutionType value
Copyright © 2022. All rights reserved.