Class JodaInstantWithMillis

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

public final class JodaInstantWithMillis extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for calls to instant.withMillis(long).
See Also: