so, the `Int` might be treated as required dependi...
# jackson-kotlin
a
so, the
Int
might be treated as required depending on if you let Jackson set the default value for primitives or not (if not, it would be required, if so then it would be set to 0) ... and
Int?
would be treated as optional