Class JavaDurationWithNanos

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

public final class JavaDurationWithNanos extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for calls to duration.withNanos(int).
See Also: