TimefoldAI/timefold-quickstarts

Put all annotations on fields in use-cases

Closed this issue · 0 comments

The Visit class in the vehicle-routing use case uses getter annotations, but this planning solution class uses field annotations, that is inconsistent.

Ideally all quickstarts use field annotations only, those are easier to find/read.