Class RedundantThrows

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

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