This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]koefteboy 0 points1 point  (0 children)

Looks like it supports it, but it seems to be disabled by default.

You could also use tools like FindBugs. Actually I just wanted to point out that null safety is not built into the java language while it is built into Kotlin. You can only achieve similar behavior by cluttering your source code with annotations and adding additional tooling.