Class Hierarchy
- java.lang.Object
- org.hotswap.agent.annotation.handler.AnnotationProcessor
- org.hotswap.agent.annotation.handler.InitHandler (implements org.hotswap.agent.annotation.handler.PluginHandler<T>)
- org.hotswap.agent.command.MergeableCommand (implements org.hotswap.agent.command.Command)
- org.hotswap.agent.annotation.handler.WatchEventCommand<T>
- org.hotswap.agent.annotation.handler.OnClassLoadedHandler (implements org.hotswap.agent.annotation.handler.PluginHandler<T>)
- org.hotswap.agent.annotation.handler.PluginAnnotation<T>
- org.hotswap.agent.annotation.handler.PluginClassFileTransformer (implements org.hotswap.agent.util.HaClassFileTransformer)
- org.hotswap.agent.annotation.handler.WatchEventDTO
- org.hotswap.agent.annotation.handler.WatchHandler<T> (implements org.hotswap.agent.annotation.handler.PluginHandler<T>)
Interface Hierarchy
- org.hotswap.agent.annotation.handler.PluginHandler<T>