Uses of Interface
org.hotswap.agent.annotation.handler.PluginHandler
-
Packages that use PluginHandler Package Description org.hotswap.agent.annotation.handler -
-
Uses of PluginHandler in org.hotswap.agent.annotation.handler
Classes in org.hotswap.agent.annotation.handler that implement PluginHandler Modifier and Type Class Description classInitHandlerAnnotation handler - handle @Init annotation on fields/methods.classOnClassLoadedHandlerTransform method handler - handle @OnClassLoadEvent annotation on a method.classWatchHandler<T extends Annotation>Watch method handler - handle @OnResourceFileEvent annotation on a method.Fields in org.hotswap.agent.annotation.handler with type parameters of type PluginHandler Modifier and Type Field Description protected Map<Class<? extends Annotation>,PluginHandler>AnnotationProcessor. handlersMethods in org.hotswap.agent.annotation.handler with parameters of type PluginHandler Modifier and Type Method Description voidAnnotationProcessor. addAnnotationHandler(Class<? extends Annotation> annotation, PluginHandler handler)
-