Improve documentation of deprecated methods

This commit is contained in:
NotMyFault
2021-06-22 18:11:48 +02:00
parent 0e84cf085b
commit 9acf9f4f19
9 changed files with 24 additions and 19 deletions

View File

@ -37,7 +37,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
@Deprecated(forRemoval = true)
@Singleton
public class MultiverseWorldManager extends BukkitWorldManager {