Skip to content

Add @ConfigConstructor

Compare
Choose a tag to compare
@boxbeam boxbeam released this 13 Feb 00:43
· 8 commits to master since this release

Adds an annotation @ConfigConstructor which can annotate a constructor that takes all of the fields of a class in the same order. This is mostly intended for Kotlin developers, since Java has records but Kotlin's data classes remained difficult to use.