Class ImmutableAnnotationChecker

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

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