MenoData / Time4J

Advanced date, time and interval library for Java with sun/moon-astronomy and calendars like Chinese, Coptic, Ethiopian, French Republican, Hebrew, Hijri, Historic Christian, Indian National, Japanese, Julian, Korean, Minguo, Persian, Thai, Vietnamese
GNU Lesser General Public License v2.1
424 stars 62 forks source link

Replace DisplayStyle and DisplayMode by FormatStyle #938

Closed MenoData closed 3 years ago

MenoData commented 3 years ago

The old classes/interfaces originate still from versions before Java-8 but don't offer any extra features compared with java.time.format.FormatStyle so we can just safe some class space. First step will be to deprecate all methods using the old types and to offer the replacement methods. A future main release can then throw away the deprecated methods.