Class DepAnn

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

Matches the behaviour of the javac dep-ann Xlint warning.
Author:
cushon@google.com (Liam Miller-Cushon)
See Also: