Class StronglyTypeTime

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

public final class StronglyTypeTime extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Flags fields which would be better expressed as time types rather than primitive integers.
See Also: