Annotation Type MojoExecutionScoped


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface MojoExecutionScoped
    Indicates that annotated component should be instantiated before mojo execution starts and discarded after mojo execution completes.
    Since:
    3.1.2
    Author:
    igor