Package org.eolang.jeo
Class JeoMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eolang.jeo.JeoMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="optimize", defaultPhase=PROCESS_CLASSES) public final class JeoMojo extends org.apache.maven.plugin.AbstractMojo
Default optimization mojo. This mojo transforms bytecode into eo code, then applies all improvements and converts it back to bytecode.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description JeoMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
The main entry point of the plugin.
-