Package lombok.maven

Class TestDelombokMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="testDelombok",
          defaultPhase=GENERATE_TEST_SOURCES,
          requiresDependencyResolution=TEST,
          threadSafe=true)
    public class TestDelombokMojo
    extends AbstractDelombokMojo
    Delombok java test source with lombok annotations.
    Author:
    Anthony Whitford
    See Also:
    Delombok