The third entry in my Java Wishlist series.
https://miamao.de/blog/2024-06/28.Java_Wishlist:_Non_Null_Type_Definitions.html
The third entry in my Java Wishlist series.
https://miamao.de/blog/2024-06/28.Java_Wishlist:_Non_Null_Type_Definitions.html
Lombok can again help us with the boilerplate of guarding against null values in method parameters. However, it is still important to have automated unit tests for this generated code. #java #Lombok #NonNull #tdd #stepByStep