From 8a2ac11127338ae334d4f8aed944b34fff04259d Mon Sep 17 00:00:00 2001 From: Siteleaf Date: Wed, 18 Dec 2024 16:20:19 +0000 Subject: [PATCH] Updated Taming Nullness In Java With Jspecify --- _posts/2024-12-18-taming-nullness-in-java-with-jspecify.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ---