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

Add simple dummy parser when parsing is unused #986

Closed MenoData closed 5 months ago

MenoData commented 5 months ago

The interface ChronoParser should get a new method like:

static <T> ChronoParser<T> unsupported()