diff --git a/_posts/2024-12-18-taming-nullness-in-java-with-jspecify.md b/_posts/2024-12-18-taming-nullness-in-java-with-jspecify.md index 2e33b1612..4d3611886 100644 --- a/_posts/2024-12-18-taming-nullness-in-java-with-jspecify.md +++ b/_posts/2024-12-18-taming-nullness-in-java-with-jspecify.md @@ -7,7 +7,10 @@ tags: - Java - Intellij author: magnussmith -summary: This post is designed for Java developers who want to adopt JSpecify for consistent nullability handling in their projects. By following the steps and examples, you should be able to set up and utilize the core JSpecify annotations effectively in your codebase. +summary: This post is designed for Java developers who want to adopt JSpecify for + consistent nullability handling in their projects. By following the steps and examples, + you should be able to set up and utilize the core JSpecify annotations effectively + in your codebase. image: magnussmith/assets/java.jpg ---