Skip to content

Commit b914752

Browse files
committed
Add deprecated annotation
1 parent c0dd468 commit b914752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/fasterxml/jackson/module/kotlin/Exceptions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import kotlin.reflect.KParameter
1313
class MissingKotlinParameterException(val parameter: KParameter,
1414
processor: JsonParser? = null,
1515
msg: String) : MismatchedInputException(processor, msg) {
16+
@Deprecated("Use main constructor", ReplaceWith("MissingKotlinParameterException(KParameter, JsonParser?, String)"))
1617
constructor(
1718
parameter: KParameter,
1819
processor: Closeable? = null,

0 commit comments

Comments
 (0)