Fixed javadoc

This commit is contained in:
Auxilor
2022-02-03 12:22:05 +00:00
parent c8648a92f5
commit b29363cdf6
3 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ import java.util.List;
/**
* A requirement is a defined goal that a player must meet.
*
* @deprecated No typing, weak definitions, and not an API component. Shouldn't be in eco.
*/
@Deprecated(since = "6.24.0", forRemoval = true)
@SuppressWarnings("DeprecatedIsStillUsed")

View File

@@ -6,6 +6,8 @@ import org.jetbrains.annotations.NotNull;
/**
* Interface for internal requirement factory implementations.
*
* @deprecated See {@link Requirement}.
*/
@ApiStatus.Internal
@Eco.HandlerComponent

View File

@@ -5,6 +5,8 @@ import org.jetbrains.annotations.NotNull;
/**
* Contains methods and fields pertaining to requirements.
*
* @deprecated See {@link Requirement}.
*/
@Deprecated(since = "6.24.0", forRemoval = true)
@SuppressWarnings("removal")