Class AbstractMockChecker<T extends Annotation>

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.AbstractMockChecker<T>
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, BugChecker.VariableTreeMatcher, Suppressible, Serializable
Direct Known Subclasses:
DoNotMockAutoValue, DoNotMockChecker

public abstract class AbstractMockChecker<T extends Annotation> extends BugChecker implements BugChecker.MethodInvocationTreeMatcher, BugChecker.VariableTreeMatcher
Helper for enforcing Annotations that disallow mocking.
Author:
amalloy@google.com (Alan Malloy)
See Also: