Annotation Type Contributor


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Contributor
    Annotates methods that contribute to a deployment plan.

    The annotated method should take the following parameters:

    The annotated method should not have a return type (void). The class containing the method must have a no-arg constructor.