类分层结构
- java.lang.Object
- com.firefly.example.ioc.AuthenticationProxy (implements com.firefly.utils.classproxy.ClassProxy)
- com.firefly.example.ioc.BarServiceImpl (implements com.firefly.example.ioc.BarService)
- com.firefly.example.ioc.FooServiceImpl (implements com.firefly.example.ioc.FooService)
- com.firefly.example.ioc.HelloServiceImpl (implements com.firefly.example.ioc.HelloService)
- com.firefly.example.ioc.IOCMain
- com.firefly.example.ioc.LogProxy (implements com.firefly.utils.classproxy.ClassProxy)
接口分层结构
- com.firefly.example.ioc.BarService
- com.firefly.example.ioc.FooService
- com.firefly.example.ioc.HelloService
注释类型分层结构
- com.firefly.example.ioc.ProxyChain (implements java.lang.annotation.Annotation)