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

Add support for onParam= for @EqualsAndHashCode #709

Open
lombokissues opened this issue Jul 14, 2015 · 3 comments
Open

Add support for onParam= for @EqualsAndHashCode #709

lombokissues opened this issue Jul 14, 2015 · 3 comments

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 674)

@lombokissues
Copy link
Author

👤 reinierz   🕗 Apr 29, 2014 at 19:59 UTC

Just like @ Setter, add support for this; the annotation would be copied to both canEqual and equals's parameter, and have no effect on hashCode (as it has no parameters).

@lombokissues
Copy link
Author

👤 Maaartinus   🕗 May 31, 2014 at 05:00 UTC

Wouldn't this be rather a case for configuration? I can imagine someone wants to use @ Nullable in all their equals in the whole package (at least), but I can't imagine using different annotations in different classes.

@lombokissues
Copy link
Author

End of migration

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

1 participant