Package com.google.errorprone
Class JavacInvocationInstance
java.lang.Object
com.google.errorprone.JavacInvocationInstance
public final class JavacInvocationInstance extends Object
A token uniquely identifying a single invocation of javac. Any caches which might otherwise
persist indefinitely should be reset if they detect that the JavacInvocationInstance inside their
Context
has changed. The only meaningful way to compare JavacInvocationInstance objects
is by their object identity, as they have no properties.-
Method Summary
Modifier and Type Method Description static JavacInvocationInstance
instance(com.sun.tools.javac.util.Context context)
-
Method Details
-
instance
-