1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Use Spring Framework Nullability Annotations

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-07-13 14:30:27 +07:00
committed by Josh Cummings
parent 6873685fd0
commit 1a56023f7f
13 changed files with 41 additions and 38 deletions
+5
View File
@@ -47,5 +47,10 @@
value="String.toUpperCase() should be String.toUpperCase(Locale.ROOT) or String.toUpperCase(Locale.ENGLISH)"/>
<property name="ignoreComments" value="true"/>
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
<property name="id" value="bannedImports"/>
<property name="regexp" value="true"/>
<property name="illegalPkgs" value="org.jetbrains.annotations, reactor.util.annotation, javax.annotation"/>
</module>
</module>
</module>