Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Release 1.1.0

Choose a tag to compare

@YetAnotherMatt YetAnotherMatt released this 30 Sep 20:49
7d94a38

To replace Kotlin's copy() (and Lombok's toBuilder()) method, clients can pass an instance of the annotated class when constructing a builder:
new MyDataClassBuilder(myDataClassInstance) - the builder will be initialised with values from the instance.