Class SuppressWarningsDeprecated

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

public class SuppressWarningsDeprecated extends BugChecker implements BugChecker.AnnotationTreeMatcher
Find uses of SuppressWarnings with "deprecated".
Author:
sjnickerson@google.com (Simon Nickerson)
See Also: