jmrozanec/cron-utils

Add thread safety info to javadoc

YotillaAntoni opened this issue · 2 comments

Currently, classes like CronParser or CronDefinition that must be build to parse expressions looks like they are thread safe. But the javadoc or the documentation doesn't say it anywhere.

It would be nice if the javadoc stated this if they indeed are thread safe, and there are no plans to make them mutable, because library users could safely assume that they only need an instance of this classes and don't need to build them every time.

@YotillaAntoni thank you for the suggestion! We just documented the thread-safety for both proposed classes. Best!

@YotillaAntoni release 9.1.7 was published!