[Relearn Spring] 2.3 IoC – Extension Points

1. BeanPostProcessor  

    — Do something before of after each bean is instantialized

2. BeanFactoryPostProcessors

    –Potentially change the bean’s configuration metadata before the container has instaniated any other beans.

3. FactoryBean — A factory that will create beans by implementing getObject()

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.