Class AutoValueFinalMethods

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

public class AutoValueFinalMethods extends BugChecker implements BugChecker.ClassTreeMatcher
Checks the toString(), hashCode() and equals() methods are final in AutoValue classes.
Author:
[email protected] (Sumit Bhagwani)
See Also: