mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 14:30:17 +01:00
remove redundant NullMarked annotation
This commit is contained in:
parent
c0aa42ebbb
commit
6591e26aad
1 changed files with 0 additions and 2 deletions
|
@ -5,13 +5,11 @@ import net.kyori.adventure.key.Key;
|
||||||
import org.bukkit.block.banner.PatternType;
|
import org.bukkit.block.banner.PatternType;
|
||||||
import org.jetbrains.annotations.ApiStatus;
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
import org.jetbrains.annotations.Contract;
|
import org.jetbrains.annotations.Contract;
|
||||||
import org.jspecify.annotations.NullMarked;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A data-centric version-specific registry entry for the {@link PatternType} type.
|
* A data-centric version-specific registry entry for the {@link PatternType} type.
|
||||||
*/
|
*/
|
||||||
@ApiStatus.Experimental
|
@ApiStatus.Experimental
|
||||||
@NullMarked
|
|
||||||
@ApiStatus.NonExtendable
|
@ApiStatus.NonExtendable
|
||||||
public interface BannerPatternRegistryEntry {
|
public interface BannerPatternRegistryEntry {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue