FasterXML / jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
Apache License 2.0
1.12k stars 175 forks source link

Fix KDoc for KotlinModule. #752

Closed k163377 closed 8 months ago

k163377 commented 8 months ago

Previously, documentation was given for the parameters of the primary constructor, since the properties are the correct target to be referenced. In addition, some broken links and missing documentation for kotlinePropertyNameAsImplicitName have been fixed.