com.xebialabs.deployit.engine.spi.event
Annotation Type DeployitEventListener


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DeployitEventListener

Marker annotation for classes that want to be notified of events that happen in Deployit.

Annotated classes need to have a no-args (default) constructor, which is used to instantiate the listener.