remove redundant NullMarked annotation

This commit is contained in:
kokiriglade 2024-12-24 23:45:39 +00:00
parent c0aa42ebbb
commit 6591e26aad
No known key found for this signature in database

View file

@ -5,13 +5,11 @@ import net.kyori.adventure.key.Key;
import org.bukkit.block.banner.PatternType;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.Contract;
import org.jspecify.annotations.NullMarked;
/**
* A data-centric version-specific registry entry for the {@link PatternType} type.
*/
@ApiStatus.Experimental
@NullMarked
@ApiStatus.NonExtendable
public interface BannerPatternRegistryEntry {