Module org.mule.sdk.api
Annotation Interface RuntimeVersion
@Target(FIELD)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.4")
public @interface RuntimeVersion
This annotation is meant to be applied on fields of classes. It signals that the target field should be injected with the Mule
runtime version.
The annotated field should be of type MuleVersion.
- Since:
- 1.4