BeanFactoryPostProcessor 인터페이스에는 메소드가 하나 있습니다. void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) 이 인터페이스를 구현한 클래스들 입니다. CustomEditorConfigurer, CustomScopeConfigurer, PreferencesPlaceholderConfigurer, PropertyOverrideConfigurer, PropertyPlaceholderConfigurer, PropertyResourceConfigurer, ServletContextPropertyPlaceholderConfigurer 언제 사용 하면 좋을지는.. 공부를 더 해봐야겠네요. 일단은 Java Developement with Spring 책에 있는 예제[footnote]bean factory가 가지고 있는 모든 bean을 출력하는