Package top.focess.qq.api.plugin
-
Class Summary Class Description LazyPlugin This is lazy version of the plugin.Plugin Represent a Plugin class that can be load, enable and disable.PluginDescription -
Exception Summary Exception Description IllegalPluginClassException Thrown to indicate this class is not an illegal Plugin classPluginDuplicateException Thrown to indicate there is an existed plugin named this namePluginLoaderException Thrown to indicate none-MainPlugin plugin is not loaded by PluginClassLoaderPluginLoadException Thrown to indicate there is any exception thrown in the initializing processPluginUnloadException Thrown to indicate this plugin should be disabled. -
Annotation Types Summary Annotation Type Description PluginType Represent this class is a Plugin.