类 ProcessAotMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
所有已实现的接口:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="process-aot", defaultPhase=PREPARE_PACKAGE, threadSafe=true, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, requiresDependencyCollection=COMPILE_PLUS_RUNTIME) public class ProcessAotMojo extends AbstractAotMojo
Invoke the AOT engine on the application.
从以下版本开始:
3.0.0
作者:
Stephane Nicoll, Andy Wilkinson