Package lombok.maven

Class DelombokMojo

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

    @Mojo(name="delombok",
          defaultPhase=GENERATE_SOURCES,
          requiresDependencyResolution=COMPILE,
          threadSafe=true)
    public class DelombokMojo
    extends AbstractDelombokMojo
    Delombok java source with lombok annotations.
    Author:
    Anthony Whitford
    See Also:
    Delombok