Class DeprecatedVariable

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

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