Class ExtendsAutoValue

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

public final class ExtendsAutoValue extends BugChecker implements BugChecker.ClassTreeMatcher
Makes sure that you are not extending a class that has @AutoValue as an annotation.
See Also: