-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add a constructor generation control annotation #181
Comments
👤 mkimberlin 🕗 Mar 20, 2010 at 04:13 UTC Lombok would benefit from more granular control over the generation of See the discussion here: http://groups.google.com/group/project- This would likely take the form of a @ Constructors annotation with 3 public enum AccessLevel { I don't think there is any reason for PRIVATE or PACKAGE in this case, but This combination would allow a developer to specify any reasonably @ Constructors(noargs=AccessLevel.PROTECTED, minimal=AccessLevel.PUBLIC, |
👤 reinierz 🕗 Mar 20, 2010 at 08:15 UTC AccessLevel already exists, fortunately :) |
👤 reinierz 🕗 Jul 19, 2010 at 15:06 UTC |
👤 reinierz 🕗 Jul 19, 2010 at 20:01 UTC |
👤 reinierz 🕗 Jul 19, 2010 at 20:01 UTC Duplicate of issue #152 |
End of migration |
Migrated from Google Code (issue 108)
The text was updated successfully, but these errors were encountered: