Annotation Interface MojoExecutionScoped


@Scope @Documented @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface MojoExecutionScoped
Indicates that the annotated bean has a lifespan limited to a given mojo execution, which means each mojo execution will result in a different instance being injected. TODO: this is currently not implemented
Since:
4.0.0