From 138dbe2b68292a3abb292c18593aeccf206b6b42 Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Wed, 30 Apr 2025 16:36:47 -0700 Subject: [PATCH] Exclude some more places that offer NotNull and Nullable --- .idea/codeInsightSettings.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.idea/codeInsightSettings.xml b/.idea/codeInsightSettings.xml index 4f28fd8594..464e931776 100644 --- a/.idea/codeInsightSettings.xml +++ b/.idea/codeInsightSettings.xml @@ -32,6 +32,10 @@ org.springframework.lang.Nullable org.springframework.util.StringUtils com.sun.istack.Nullable + org.jspecify.annotations.Nullable + org.jspecify.annotations.NotNull + io.micrometer.common.lang.NonNull + io.micrometer.common.lang.Nullable