クラス ProcessAotMojo

実装されたすべてのインターフェース:
org.apache.maven.plugin.ContextEnabledorg.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
アプリケーションで AOT エンジンを呼び出します。
導入:
3.0.0
作成者:
Stephane Nicoll, Andy Wilkinson