Uses of Class
org.hotswap.agent.annotation.Init
-
Packages that use Init Package Description org.hotswap.agent.plugin.hotswapper org.hotswap.agent.plugin.watchResources -
-
Uses of Init in org.hotswap.agent.plugin.hotswapper
Methods in org.hotswap.agent.plugin.hotswapper with annotations of type Init Modifier and Type Method Description static voidHotswapperPlugin. init(PluginConfiguration pluginConfiguration, ClassLoader appClassLoader)For each classloader check for autoHotswap configuration instance with hotswapper. -
Uses of Init in org.hotswap.agent.plugin.watchResources
Methods in org.hotswap.agent.plugin.watchResources with annotations of type Init Modifier and Type Method Description static voidWatchResourcesPlugin. init(PluginManager pluginManager, PluginConfiguration pluginConfiguration, ClassLoader appClassLoader)For each classloader check for watchResources configuration instance with hotswapper.
-