Non-Nullability By Default

could we get away with the scala compiler treating any method without a scalasignature as returning A | Null unless the method has a @NonNull attribute?

That’s what we want to try, at least.

7 Likes