@Nullable and @NotNull

hey, I’m curious if other folks get much out of null annotations and analysis, or if they’re more trouble than they’re worth for FRC?

@NotNull is a sin. @Nullable is okay, if you can convince people to actually use it consistently (it is only useful if you use it everywhere you have nullable values).

2 Likes