-
-
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
[Fix for #2693] Adding a new accessors flag - javaBeansSpecCapitalization #2996
[Fix for #2693] Adding a new accessors flag - javaBeansSpecCapitalization #2996
Conversation
Gracias, @YonatanSherwin I'm looking it over now. Can you add one more commit to this where you add your name to the A few updates I'm currently making:
Said differently, if it really feels like the annotation parameter should get the following line in its documentation: "... but you probably dont want to use this and instead set a config key for the entire project", we don't add it :) |
I've finished the above updates. Next step is adding some docs, updating changelog, integrate your |
Docs and changelog done too. Whenever you're ready, @YonatanSherwin :) |
Thanks for the great comments @rzwitserloot ! |
The current edge includes this update (the changelog listed on the edge download page is wrong, it's in there): |
Thanks @rzwitserloot ! |
Adding a new accessors flag, which will allow to follow Java Bean Spec capitalization rules (e.g
aField
->getaField()
)