Skip to content

[Enhancement] Remove hand-written boilerplate accessors in favour of Lombok #994

Description

@nkuprins

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Some classes still hand-write trivial getters and setters while structurally identical neighbours use @Getter/@Setter

Solution

Replace trivial accessors with class-level @Getter/@Setter where the field-method names match 1:1.

Alternatives

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions