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

[BUG] delombok option doesn't generate code for @Nonnull #3188

Open
jamesbroadhead opened this issue May 10, 2022 · 1 comment
Open

[BUG] delombok option doesn't generate code for @Nonnull #3188

jamesbroadhead opened this issue May 10, 2022 · 1 comment

Comments

@jamesbroadhead
Copy link

Describe the bug
Files with the @nonnull annotation do not get delombokked when run through the delombok tool.
This is a duplicate of #950, which is closed

To Reproduce
Run delombok over a source file using 'NonNull'

Expected behavior
Code should be generated and written to file

Version info (please complete the following information):

  • Lombok version
    1.18.20
  • Platform (javac or eclipse, and if so, what is the output of javac -version / the version listed in the about... dialog of eclipse.
    linux / jdk-11

Additional context
Add any other context about the problem here.

@Rawi01
Copy link
Collaborator

Rawi01 commented Aug 19, 2023

Works for me. There are also a bunch of tests to make sure this works.

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

No branches or pull requests

2 participants