android-beans / rocks.frieler.android.beans / BeanRegistryPostProcessor

BeanRegistryPostProcessor

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

Functions

postProcess

abstract fun postProcess(beanRegistry: BeanRegistry): Unit