GH-1192 - Migrate code base to jSpecify for nullness verification.

This commit is contained in:
Oliver Drotbohm
2025-02-17 17:10:47 +01:00
parent a136ff920b
commit 9ea2b24b53
134 changed files with 548 additions and 211 deletions

View File

@@ -4,5 +4,5 @@
*
* @see example.inventory.InventoryInternal
*/
@org.springframework.lang.NonNullApi
@org.jspecify.annotations.NullMarked
package example.inventory;

View File

@@ -4,5 +4,5 @@
*
* @see example.ModularityTests
*/
@org.springframework.lang.NonNullApi
@org.jspecify.annotations.NullMarked
package example.order;