Class PreferJavaTimeOverload

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

public final class PreferJavaTimeOverload extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
This check suggests the use of java.time-based APIs, when available.
See Also: