Class AutoValueSubclassLeaked

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

public final class AutoValueSubclassLeaked extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Matches AutoValue_ uses outside the containing file.
See Also: