Class UnnecessaryAnonymousClass

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

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