projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.82k stars 2.38k forks source link

[FEATURE] Builder's setter prefix configurable from lombok.config #2596

Open topr opened 3 years ago

topr commented 3 years ago

As there is the @Builder(setterPrefix="any") option already, it would make sense to have the ability of setting it once across the project at the lombok.config.

Justification:

BTW. Thanks for adding this option. It really helps preventing name clashes and working with already existing code :+1:

mrwilby commented 3 years ago

Would love to see this merged 👍

HerrDerb commented 1 year ago

Would love this feature too! Is there a reason why this isn't a PR yet?

topr commented 9 months ago

@HerrDerb actually it was a PR even before your comment had been posted.

Not sure why it is hanging for years instead of being merged 🙄