所有程序包的分层结构

程序包分层结构:

类分层结构

接口分层结构

注释类型分层结构

  • xyz.xiezc.ioc.starter.orm.annotation.Column (implements java.lang.annotation.Annotation)
  • xyz.xiezc.ioc.starter.orm.annotation.Id (implements java.lang.annotation.Annotation)
  • xyz.xiezc.ioc.starter.orm.annotation.MapperScan (implements java.lang.annotation.Annotation)
  • xyz.xiezc.ioc.starter.orm.annotation.Table (implements java.lang.annotation.Annotation)