If I add ` @field:ApiModelProperty("some descripti...
# jackson-kotlin
r
If I add
@field:ApiModelProperty("some description", required = true)
annotation, than I need to add also
required
parameter, it is not deduced from the type, can this be fixed?