Annotation Type DeployitEventListener


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface DeployitEventListener
    Marker annotation for classes that want to be notified of events that happen in XL Deploy.

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