io.prestosql.jdbc.$internal.joda.time.base.package.html Maven / Gradle / Ivy
The newest version!
org.joda.time.chrono package
Implementation package providing abstract and base time classes.
Provides abstract implementations of the Readable* interfaces.
The Abstract* classes hold no fields and have no final methods.
They can be used by anyone wanting to implement the interface.
The Base* classes extend the Abstract* classes to provide fields for the
standard way to implement the class.
If you intend to implement a Readable* interface yourself, please consider
extending either the Abstract* or Base* class in this package.