Class DoNotCallChecker

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.DoNotCallChecker
All Implemented Interfaces:
BugChecker.CompilationUnitTreeMatcher, BugChecker.MethodTreeMatcher, Suppressible, Serializable

public class DoNotCallChecker extends BugChecker implements BugChecker.MethodTreeMatcher, BugChecker.CompilationUnitTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: