Package tech.guilhermekaua.spigotboot.config.reload
package tech.guilhermekaua.spigotboot.config.reload
-
ClassDescriptionConfigRef<T>A live reference to a config value that updates on reload.Default implementation of ConfigRef.Validates a single
@OnConfigReloadmethod and registers the reload listener(s) it implies on theDefaultConfigManager.Invokes@OnConfigReloadcallback methods reflectively, isolating any failure so it never escapes a config reload listener.BeanPostProcessorthat wiresOnConfigReloadmethods of DI-managed beans to config reload listeners.