We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa808c commit 5e5773dCopy full SHA for 5e5773d
src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/ParameterNameTests.kt
@@ -270,7 +270,7 @@ class TestJacksonWithKotlin {
270
) : TestFields {
271
var factoryUsed: Boolean = false
272
private companion object Named {
273
- @JvmStatic @JsonCreator fun create(
+ @JvmStatic @JsonCreator private fun create(
274
@JsonProperty("name") nameThing: String,
275
@JsonProperty("age") age: Int,
276
@JsonProperty("primaryAddress") primaryAddress: String,
0 commit comments