Class ClassName

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

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