188189190191192193194195196197198
*/ @PostConstruct public void init() { for (Class<?> cl : _decoratorList) { DecoratorBean<?> decorator = new DecoratorBean(_injectManager, cl); _injectManager.addDecorator(decorator); } _decoratorList.clear();