Put all annotations on fields in use-cases
Closed this issue · 0 comments
ge0ffrey commented
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.