Randgalt / record-builder

Record builder generator for Java records
Apache License 2.0
723 stars 51 forks source link

Once only assignment support #165

Closed Randgalt closed 8 months ago

Randgalt commented 8 months ago

When true attributes can be set/assigned only 1 time. Attempts to reassign/reset attributes will throw java.lang.IllegalStateException. The default is false.