| 类 | 说明 |
|---|---|
| ServiceIocBean |
每个YouService在Ioc容器中注册之前,需要将一些必要的信息整合起来;
对于每一个需要Ioc来管理的YouService来说,我们需要保存:
1.单例还是多例;
2.YouService的Class对象;
3.改YouService的单例对象(如果是);
|
| ServiceScanner |
The type Annotation scanner.
|
| YouServiceIocContainer |
YouService的Ioc容器管理.
|
Copyright © 2018. All Rights Reserved.