Randgalt / record-builder

Record builder generator for Java records
Apache License 2.0
758 stars 55 forks source link

Add support for static constructor #12

Closed Randgalt closed 4 years ago

Randgalt commented 4 years ago

Add a static constructor/builder so it can statically imported. Instead of calling "new Record(...)" you can call just "Record(...)".