Hacker News new | ask | show | jobs
by throwaway234232 1445 days ago
This is good news.

My wishlist for Java is for null to be illegal for all types unless they are encoded as nullable such as `T?`.

Until then, I just use Kotlin and/or Scala when I require JVM.