Class Overrides

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

public class Overrides extends BugChecker implements BugChecker.MethodTreeMatcher
Matches the behaviour of javac's overrides Xlint warning.
Author:
cushon@google.com (Liam Miller-Cushon)
See Also: