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.
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.