- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Object configuration steps
        Suremaker edited this page Dec 10, 2012 
        ·
        13 revisions
      
    The Spring.FluentContext divides object definition construction into following steps:
- Definition registration *
- Scope definition
- [Indirect dependencies definition](Indirect object dependencies)
- Object Instantiation
- Lookup Method Injection **
- Autowiring
- Dependency Injection
- Initialization Behavior
- Finalization Behavior
- Dependency checking
- Definition referencing
* If RegisterXXXSingleton() method group is used, 2-10 construction steps would be skipped.
** This step is only accessible if object instantiation is not explicitly specified or is specified by using BindConstructorArg(), UseConstructor()