0
Make Your Java Code Null-Safe Without Rewriting
(jplus.hashnode.dev)
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
Unlike Java’s Optional, which is a library feature, JPlus provides null-safety at the language level. It allows developers to write code where null-safety is enforced consistently, without wrapping every value in an Optional. In that sense, JPlus brings the same kind of safety and clarity that Kotlin offers but keeps full compatibility with Java syntax and tooling.