Class JavacCompilerWithErrorProne

java.lang.Object
org.codehaus.plexus.compiler.AbstractCompiler
org.codehaus.plexus.compiler.javac.JavacCompiler
org.codehaus.plexus.compiler.javac.errorprone.JavacCompilerWithErrorProne
All Implemented Interfaces:
Compiler

@Named("javac-with-errorprone") public class JavacCompilerWithErrorProne extends JavacCompiler
This class overrides JavacCompiler with modifications to use the error-prone entry point into Javac.
Author:
Alex Eagle