Uses of Interface
tech.guilhermekaua.spigotboot.core.context.lifecycle.listeners.BeanDefinitionsReadyListener
Packages that use BeanDefinitionsReadyListener
Package
Description
-
Uses of BeanDefinitionsReadyListener in tech.guilhermekaua.spigotboot.core.context.dependency.injector
Classes in tech.guilhermekaua.spigotboot.core.context.dependency.injector that implement BeanDefinitionsReadyListenerModifier and TypeClassDescriptionclassFactory component that appliesCustomInjectorRegistryCustomizerbeans to the framework'sCustomInjectorRegistryduring context initialization. -
Uses of BeanDefinitionsReadyListener in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor
Classes in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor that implement BeanDefinitionsReadyListenerModifier and TypeClassDescriptionclassAppliesBeanPostProcessorRegistryCustomizerbeans to the framework'sBeanPostProcessorRegistryduring the DEFINITIONS_READY phase, before instantiation begins, so contributed post-processors run on every bean.