- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for illegalClasses (0.3 sec)
-
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml
<property name="illegalPkgs" value="jdk.internal,com.beust,org.testng.collections"/> <!-- We prefer org.jspecify for nullability annotations. --> <property name="illegalClasses" value="org.jetbrains.annotations.Nullable,org.jetbrains.annotations.NotNull"/> </module> <!-- Naming --> <module name="ConstantName"/> <module name="LocalFinalVariableName"/>
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 11 10:24:25 UTC 2025 - 6.6K bytes - Viewed (0)