Class AbstractStaticallyDecorableBuiltInBean<T>

    • Constructor Detail

      • AbstractStaticallyDecorableBuiltInBean

        protected AbstractStaticallyDecorableBuiltInBean​(BeanManagerImpl beanManager,
                                                         Class<T> type)
    • Method Detail

      • initializeAfterBeanDiscovery

        public void initializeAfterBeanDiscovery()
        Description copied from class: RIBean
        In particular cases, the deployer must perform some initialization operations only after all beans have been deployed (e.g. for initializing decorators taking into account the possibility of having custom decorators which are deployed through portable extensions)
        Overrides:
        initializeAfterBeanDiscovery in class AbstractBuiltInBean<T>