{
public void customizeApplicationContext(ServletContext servletContext,
ConfigurableWebApplicationContext applicationContext)
{
applicationContext.addBeanFactoryPostProcessor(new SymbolBeanFactoryPostProcessor(symbolSource));
}
};
configuration.add("BeanFactoryPostProcessorCustomizer", beanFactoryPostProcessorCustomizer);