Null type annotations in practice
Channel:
Subscribers:
24,000
Published on ● Video Link: https://www.youtube.com/watch?v=tmcLLrpoVuM
We’ve been successfully using annotation based null analysis for more than 5 years on a code base that is now more than 15 years old. In this talk I’d like to share our experiences and give some details on how we use them in practice.
What they are, why and when to use them
@Nullable vs. java.util.Optional
Configuration choices
Switching from declaration annotations to type annotations
How to get warning free code - Code Patterns and Antipatterns
Free Type variables and extends @Nullable
Arrays
Improvements released with Oxygen
Preview to Photon
Speaker(s):
Till Brychcy (Mercateo)