mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-25 22:10:21 +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.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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue