Joery
Results
1
issues of
Joery
I am using Kotlin, but I think this applies to all languages: ```kotlin @JsonProperty(required = false) val optionalDefaultWithAnnotation: String = "Hello" ``` The resulting shema will include this field as...