|
|
|
|
|
by foolfoolz
691 days ago
|
|
i don’t think it will be that bad. we have a standard in our projects today that all java variables in code we own are not null. if you would like to have a nullable variable, you must annotate it with @Null this is only an issue at the boundaries of our code where we interact with libraries. i imagine that will be the case with this new syntax as well |
|