Skip to content

Commit

Permalink
Add related issue reference in docs
Browse files Browse the repository at this point in the history
Co-authored-by: wrongwrong <k163377@users.noreply.github.com>
  • Loading branch information
kkurczewski and k163377 authored Aug 6, 2023
1 parent f2e51b4 commit 73bf682
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ enum class KotlinFeature(private val enabledByDefault: Boolean) {
*
* This allows use Kotlin Duration type with [com.fasterxml.jackson.datatype.jsr310.JavaTimeModule].
* `@JsonFormat` annotations need to be declared either on getter using `@get:JsonFormat` or field using `@field:JsonFormat`.
* See [jackson-module-kotlin#651] for details.
*/
UseJavaDurationConversion(enabledByDefault = false);

Expand Down

0 comments on commit 73bf682

Please sign in to comment.