Module org.mule.sdk.api
Package org.mule.sdk.api.annotation
Annotation Interface OnArtifactLifecycle
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
public @interface OnArtifactLifecycle
Specifies an
ArtifactLifecycleListener for reacting to the enclosing artifact's lifecycle events.
This annotation is to be applied on the same class that is annotated with Extension
- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends ArtifactLifecycleListener> value
-