Annotation Type Noop


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Noop
    Annotates a method on a Deployed that is called when XL Deploy wants to noop the Deployed in the middleware.

    The annotated method should take the following parameters:

    The annotated method can optionally take the following parameter:
    • Delta The Delta that lead to this Deployed
    The annotated method should not have a return type (void).