We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@AllArgsConstructor with callSuper=true works perfectly in Eclipse, but doesn't work at all with javac - no constructor is generated.
The text was updated successfully, but these errors were encountered:
Please use ecj for now. If you can provide a fix- I will merge
Sorry, something went wrong.
For me it doesn't even work in eclipse as well, I am using 1.16 version. Even I can't find callSuper option in sources https://github.com/rzwitserloot/lombok/blob/master/src/core/lombok/AllArgsConstructor.java May I know if this feature is removed? If yes then when this feature can be added back?
No branches or pull requests
@AllArgsConstructor with callSuper=true works perfectly in Eclipse, but doesn't work at all with javac - no constructor is generated.
The text was updated successfully, but these errors were encountered: