- CustomBeanPostProcessor implements BeanPostProcessor interface and provides custom logic for processing. Inorder to register this processor, it has be scanned by Spring Container which can be achieved by adding @Component.
- Spring smartly picks it up as BeanPostProcessor and executes it for all bean processing.
- Import project as Maven project
- Run application as Spring Boot Application
- Observe log to see the sequence of execution