Dear Community, While I've contributed to the codebase, I realized there's a lot of boilerplate code for a lot of classes. Mainly, I see the constructors which are really not doing anything except assigning parameters to fields + the @Autowired annotation. And we have a lot of getters/setters as well, mostly on DTOs.
I don't have a number at hand but I think by using Lombok we could reduce the amount of boilerplate in the codebase considerably, I'm just not sure if somebody has considered it before. If there's no objection, I'd start introducing it gradually and then others could also benefit from it. Thoughts? Best, Arnold
