所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- org.nutz.dao.enhance.registrar.loader.DaoIocLoader (implements org.nutz.ioc.IocLoader)
- org.nutz.dao.enhance.registrar.util.DaoPropertiesUtil
- org.nutz.dao.enhance.registrar.factory.DaoProxyFactory
- org.nutz.dao.enhance.registrar.factory.DefaualtNutEnhanceCoreFactory (implements org.nutz.dao.enhance.factory.EnhanceCoreFactory)
- org.nutz.dao.enhance.registrar.loader.NutzBootDaoIocLoader (implements org.nutz.boot.ioc.IocLoaderProvider)
- org.nutz.dao.enhance.registrar.config.RegistrarAutoConfig
注释类型分层结构
- org.nutz.dao.enhance.registrar.annotation.DaoScan (implements java.lang.annotation.Annotation)
- org.nutz.dao.enhance.registrar.annotation.DaoScans (implements java.lang.annotation.Annotation)