Class JavaDurationWithSeconds

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

public final class JavaDurationWithSeconds extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for calls to duration.withSeconds(long).
See Also: