Skip to content

Avoid Java boilerplate with Lombok #126

Description

@mehmetminanc

Many model/POJO classes here can be easily generated with Lombok, which is a very widely used lib.

The benefits are

  • Get rid of no-brainer getter and setters.
  • Get rid of no-brainer but exhaustive constructor, with @Builder or @AllArgConstructor
  • Get rid of no-brainer toString().
  • Avoid water-is-wet tests.
  • Opportunity to use Immutable classes with @Value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions