Right, the point is that if you do have a field that is marked String?, and is a constructor argument, currently you will see that that parameter is marked as @Nullable from the java side (if you’re using intellij w/ autocomplete, etc), however the setXXX functions generated for properties do not have the annotations applied to them currently