Skip to content

Remove Lombok usage in favour of Immutables #336

@JaidenAshmore

Description

@JaidenAshmore

Lombok has the disadvantage when developers look at the source files of the library that they get a big warning about the source file not matching the actual code. I am mostly using Lombok for POJOs and builders which can be replaced with Immutables Java which auto generates implementations. Some functionality like @slf4j, @UtilityClass are lost but that is not a big deal at all. Losing @DeleGate sucks but it will just be one conversion effort to replace that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions