Skip to content

Handling @lombok.Builder annotations on constructors #83

@kelloggm

Description

@kelloggm

Lombok builder annotations can also be present on constructors. When they are, we ought to generate annotations for the build() and toBuilder() methods that are consistent with the constructor arguments, rather than with the class - because the class might have other fields that are marked @lombok.NonNull.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions