Class AbstractAotMojo.Errors

java.lang.Object
org.springframework.boot.maven.AbstractAotMojo.Errors
All Implemented Interfaces:
DiagnosticListener<JavaFileObject>
Enclosing class:
AbstractAotMojo

protected static class AbstractAotMojo.Errors extends Object implements DiagnosticListener<JavaFileObject>
DiagnosticListener used to collect errors.
Since:
3.0.0
Author:
Phillip Webb, Scott Frederick, Omar YAYA