Dependency Resolution Process
- ApplicationContext 가 Configuration metada와 함께 초기화 되고 생성됨
- 각각의 빈 별로 그것의 의존성은 아래와 같은 방법으로 표기됨
- form of properties
- constructor arguments
- arguments to the static-factory method
- 각각의 property와 constructor argument 는 실제로 정의를 함으로써 값을 넣거나 container 안에서의 다른 bean 에대한 참조로 resolution 이 진행됨
- 각각의 property와 constructor argument는 명시된 format으로 부터 실제 타입으로 전환됨