Package top.focess.qq.core.plugin
Interface AnnotationHandler
-
public interface AnnotationHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandle(Class<?> c, Annotation annotation, PluginClassLoader classLoader)
-
-
-
Method Detail
-
handle
boolean handle(@NotNull Class<?> c, @NotNull Annotation annotation, @NotNull PluginClassLoader classLoader)
-
-