Add deprecation notice regarding EBean

This commit is contained in:
md_5 2016-12-29 13:13:08 +11:00
parent b2f4716e05
commit d991ef4bc9

View file

@ -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();
/**