Add deprecation notice regarding EBean

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-12-29 13:13:08 +11:00
parent 1cdc27f140
commit bfcdae7381

View file

@ -154,7 +154,10 @@ public interface Plugin extends TabExecutor {
* </a></i> * </a></i>
* *
* @return ebean server instance or null if not enabled * @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(); public EbeanServer getDatabase();
/** /**