robfletcher
02/02/2018, 7:03 PM@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.