<@U0C1NM397> It's not really static. `@JvmStatic` ...
# jackson-kotlin
d
@mbickel It's not really static.
@JvmStatic
generates a bouncer method in the class that delegates to the (instance) method in the
Companion
.