Class WaitNotInLoop

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

public class WaitNotInLoop extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Author:
eaftan@google.com (Eddie Aftandilian)
See Also: