Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay default annotation removal #3103

Merged
merged 1 commit into from Jan 31, 2022

Conversation

Rawi01
Copy link
Collaborator

@Rawi01 Rawi01 commented Jan 31, 2022

This PR fixes #3053

Some time ago @NoArgsConstructor was changed to also use @Builder.Default initializers. Unlike @Builder, @SuperBuilder removes this annotation while doing its work and @NoArgsConstructor is unable to detect these fields.

@rspilker rspilker merged commit 8a914b1 into projectlombok:master Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] delomboked class is missing @Builder.Default initialization in no args constructor
2 participants