home.social

#projectlombok — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #projectlombok, aggregated by home.social.

  1. Tired of writing boilerplate for DTOs that should just be immutable? Froporec lets you convert POJOs into real Java records—while keeping field access, compatibility, & even collections safe.

    @ashrafbayor breaks it down: javapro.io/2025/10/07/transfor

    #CleanCode #ProjectLombok #Java17

  2. Ever since I started writing #software using the #java #programming #language, I've been looking to reduce the #repetitive #boilerplate.

    And I don't have a solution, yet.

    Many parts of a #POJO #Bean can be auto-generated by #projectLombok, which greatly reduces the amount of logic I have to implement.

    But in a suite of applications, the start of each pretty much performs the exact same operations in the exact same way, with little room to remove code duplication.

    Suggestions?