mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-20 05:14:15 +00:00
Add deprecation notice regarding EBean
This commit is contained in:
parent
b2f4716e05
commit
d991ef4bc9
1 changed files with 3 additions and 0 deletions
|
@ -154,7 +154,10 @@ public interface Plugin extends TabExecutor {
|
|||
* </a></i>
|
||||
*
|
||||
* @return ebean server instance or null if not enabled
|
||||
* @deprecated all EBean related methods will be removed with Minecraft 1.12
|
||||
* - see https://www.spigotmc.org/threads/194144/
|
||||
*/
|
||||
@Deprecated
|
||||
public EbeanServer getDatabase();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue