interface BeanRegistryPostProcessor
Callback-interface that allows to post-process a BeanRegistry after all beans are collected.
Implementors of this interface that are registered in a BeanRegistry are applied to it automatically.
Author
Christopher Frieler
abstract fun postProcess(beanRegistry: BeanRegistry): Unit |