Class ModuleDependentBeanInterceptor

java.lang.Object
ch.tocco.nice2.toolbox.api.service.ModuleDependentBeanInterceptor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

@Component public class ModuleDependentBeanInterceptor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
  • Constructor Details

    • ModuleDependentBeanInterceptor

      @Autowired public ModuleDependentBeanInterceptor(org.springframework.context.support.GenericApplicationContext context, ModuleManager moduleManager)
  • Method Details

    • postProcessAfterInitialization

      public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException