If I have a data class with `@JsonCreator @JvmOver...
# jackson-kotlin
r
If I have a data class with
@JsonCreator @JvmOverloads constructor(…
is there any way to prevent the Kotlin compiler from copying the
@JsonCreator
annotation onto the generated constructor overloads? Jackson requires that only one constructor have that annotation.