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(@NotNull Class<?> c, @NotNull Annotation annotation, @NotNull PluginClassLoader classLoader)
-
-
-
Method Detail
-
handle
boolean handle(@NotNull @NotNull Class<?> c, @NotNull @NotNull Annotation annotation, @NotNull @NotNull PluginClassLoader classLoader)
-
-