DavidBurkett / Builderberg

IntelliJ IDEA plugin to generate inner builders with constraint validation
MIT License
3 stars 6 forks source link

Add ability to mark member as mutable #23

Open MattTYXM opened 6 years ago

MattTYXM commented 6 years ago

Sometimes when working with certain persistence libraries (like mongo) the object sets the field annotated with @Id to the generated id. Your current implementation will not support that.

DavidBurkett commented 6 years ago

Mutating objects is devil worship. I will work on implement this for you satanists, though.