Revert "Disallow @org.jetbrains.annotations.Nullable imports"

This reverts commit 6e6280a42c.

See gh-35114
See gh-35195
This commit is contained in:
Sam Brannen
2025-07-15 16:45:55 +02:00
parent e3f1bc8422
commit aac61b86c8
+1 -1
View File
@@ -107,7 +107,7 @@
<property name="id" value="bannedImports"/>
<property name="regexp" value="true"/>
<property name="illegalClasses"
value="^reactor\.core\.support\.Assert,^org\.slf4j\.LoggerFactory,^(?!org\.jspecify|\.annotations).*(NonNull|Nullable),^org\.jetbrains\.annotations\.Nullable$"/>
value="^reactor\.core\.support\.Assert,^org\.slf4j\.LoggerFactory,^(?!org\.jspecify|\.annotations).*(NonNull|Nullable)$"/>
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
<property name="id" value="bannedJUnit3Imports"/>