[*] Migrate to jspecify annotations

This commit is contained in:
2025-04-24 21:52:33 +02:00
parent cef5227bf1
commit c97f711c0b
100 changed files with 553 additions and 369 deletions

View File

@@ -0,0 +1,4 @@
@NullMarked
package de.siphalor.tweed5.namingformat.api;
import org.jspecify.annotations.NullMarked;

View File

@@ -1,5 +1,6 @@
@ApiStatus.Internal
@NullMarked
package de.siphalor.tweed5.namingformat.impl;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.ApiStatus;
import org.jspecify.annotations.NullMarked;