record-builder
record-builder copied to clipboard
Specifying nullability annotation for concrete setters of optional
Fixes #203 by adding a new optional config option for the desired nullability annotation.
Nice job, this would be very useful. @Randgalt any news on this?
I'll try to get to this soon
@zoehneto I apologize it took me so long on this - I've been slammed at work. I'm just now picking my head up...
I've just pushed a change that I prefer. LMKWYK:
- Generalize the nullable annotation option so it can be used for other things
- Have
addConcreteSettersForOptionalbe an enum that has three choices: off, on and on with nullable
@Randgalt thanks for looking at the PR! I really like the changes. Good to merge for me.