We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e51b4 commit 73bf682Copy full SHA for 73bf682
src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinFeature.kt
@@ -65,6 +65,7 @@ enum class KotlinFeature(private val enabledByDefault: Boolean) {
65
*
66
* This allows use Kotlin Duration type with [com.fasterxml.jackson.datatype.jsr310.JavaTimeModule].
67
* `@JsonFormat` annotations need to be declared either on getter using `@get:JsonFormat` or field using `@field:JsonFormat`.
68
+ * See [jackson-module-kotlin#651] for details.
69
*/
70
UseJavaDurationConversion(enabledByDefault = false);
71
0 commit comments