Skip to content

Commit 73bf682

Browse files
kkurczewskik163377
andauthored
Add related issue reference in docs
Co-authored-by: wrongwrong <[email protected]>
1 parent f2e51b4 commit 73bf682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ enum class KotlinFeature(private val enabledByDefault: Boolean) {
6565
*
6666
* This allows use Kotlin Duration type with [com.fasterxml.jackson.datatype.jsr310.JavaTimeModule].
6767
* `@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.
6869
*/
6970
UseJavaDurationConversion(enabledByDefault = false);
7071

0 commit comments

Comments
 (0)