Class AutoValueImmutableFields

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

public class AutoValueImmutableFields extends BugChecker implements BugChecker.ClassTreeMatcher
Flags mutable collections in AutoValue.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: