docs: Add @since annotation for v6 changes (#3471)

This commit is contained in:
Alex
2022-01-24 21:46:01 +01:00
committed by GitHub
parent a0594c19ee
commit ff5d79699d
29 changed files with 82 additions and 23 deletions

View File

@ -38,7 +38,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
* @deprecated Deprecated and scheduled for removal without replacement
* in favor of the build in setup wizard.
*/
@Deprecated(forRemoval = true)
@Deprecated(forRemoval = true, since = "6.0.0")
@Singleton
public class MultiverseWorldManager extends BukkitWorldManager {