Interface ExtendedBeanManager


  • public interface ExtendedBeanManager
    This contract and the nested LifecycleListener contract represent the changes we'd like to propose to the CDI spec. The idea being simply to allow contextual registration of BeanManager lifecycle callbacks
    • Method Detail

      • registerLifecycleListener

        void registerLifecycleListener​(ExtendedBeanManager.LifecycleListener lifecycleListener)
        Register a BeanManager LifecycleListener
        Parameters:
        lifecycleListener - The listener to register