Class FallThrough

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

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