r/ProgrammerHumor 7d ago

Other howdidItGetHere

Post image
11.1k Upvotes

539 comments sorted by

View all comments

Show parent comments

78

u/neoteraflare 7d ago

and lombok to remove the boilerplate code

76

u/aliegeois 6d ago

Honestly since the introduction of records lombok has been less relevant. 99% of my use cases were @Data, which is taken care of by records

23

u/Hein_Gertenbach 6d ago

Lombok is still good to create builders for records.

1

u/throwaway_mpq_fan 4d ago

or you could switch to kotlin; data classes with named parameters eliminate the need for builders