Class JavacCompilerWithErrorProne.CompilerInvoker

java.lang.Object
org.codehaus.plexus.compiler.javac.JavaxToolsCompiler
org.codehaus.plexus.compiler.javac.errorprone.JavacCompilerWithErrorProne.CompilerInvoker
All Implemented Interfaces:
InProcessCompiler
Enclosing class:
JavacCompilerWithErrorProne

public static class JavacCompilerWithErrorProne.CompilerInvoker extends JavaxToolsCompiler
A wrapper for all of the error-prone specific classes. Loading this class with a non-delegating classloader ensures that error-prone's javac loads javax.tools.* classes from javac.jar instead of from the bootclasspath.