Randgalt / record-builder

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

Add support for static from() that returns a Wither #79

Closed Randgalt closed 3 years ago

Randgalt commented 3 years ago

Useful for when you can't add the With interface to your record. Static method takes a record as an argument and returns a With instance.