Class StaticizeMojo

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

    @Mojo(name="staticize",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true)
    public final class StaticizeMojo
    extends org.apache.maven.plugin.AbstractMojo
    StaticizeMojo. Replace recursive instance method call with static one.
    Since:
    0.2
    • Constructor Detail

      • StaticizeMojo

        public StaticizeMojo()
    • Method Detail

      • execute

        public void execute()