Earlier quoted context omitted.
getter setters w/o buisness logic seem like an antipattern though. let spring or some other annotation handle those
Eh, whats the difference between spring auto-generating them at build time via an annotation or an IDE auto-generating them at write time?
When annotation generated or reflection based, you only have the really interesting ones in source code to care about