Guest User

Untitled

a guest
May 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ### 1 Configuration parcing and ```BeanDefinition``` creating
  2. ```AnnotatedBeanDifinitionReader``` ```BeanDefinitionReader``` ```ClassPathBeanDefinitionScanner```
  3. ### 2 BeanDefinition configuring
  4. ```BeanFactorypostProcessor```
  5. ### 3 Custom FactoryBean creating
  6. ```FactoryBean<T>```
  7. ### 4```BeanFactory``` creates instances and delegates it to ```FactoryBean<T>``` if it is necessary.
  8. ```BeanFactory```
  9. ### 5 Created beans configuration
  10. ```BeanPostProcessor```
Add Comment
Please, Sign In to add comment