Skip to content
#

cron-expression

Here are 61 public repositories matching this topic...

csisy
csisy commented Feb 2, 2022

It would be nice if the equals and hashCode would be implemented especially for the CronDefinition.

Example use case: We need to figure out if a given cron definition is one of the pre-defined ones (QUARTZ, for example). In the following code eq == false, because the mentioned methods are not implemented at all.

final var a = instanceDefinitionFor(CronType.QUARTZ);
final var b

Improve this page

Add a description, image, and links to the cron-expression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cron-expression topic, visit your repo's landing page and select "manage topics."

Learn more