<@U0TMJCW90> the plugin has very little control ov...
# jackson-kotlin
a
@cleiter the plugin has very little control over those decisions, it can’t change the overall approach although in 2.8.3 some control came over because the plugin takes responsibility to instantiate the object in some cases now, and likely could in all cases (but it is more performant not to). If the plugin does the instantiation it can deal with nullability different (as it does now) I think. Some decisions get made outside of the plugin calls with no way to change.