所有程序包的分层结构

程序包分层结构:

类分层结构

接口分层结构

注释类型分层结构

  • me.youm.boot.web.interceptor.annotation.DataScope (implements java.lang.annotation.Annotation)
  • me.youm.boot.web.interceptor.annotation.DataScopeRule (implements java.lang.annotation.Annotation)
  • me.youm.boot.aop.annotation.Excel (implements java.lang.annotation.Annotation)
  • me.youm.boot.aop.annotation.Log (implements java.lang.annotation.Annotation)
  • me.youm.boot.web.interceptor.annotation.RateLimit (implements java.lang.annotation.Annotation)
  • me.youm.boot.aop.annotation.Repeat (implements java.lang.annotation.Annotation)
  • me.youm.boot.web.interceptor.annotation.TenantIgnore (implements java.lang.annotation.Annotation)

枚举分层结构

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
      • me.youm.boot.aop.enums.Action
      • me.youm.boot.aop.enums.Model
      • me.youm.boot.web.domain.ResultCode
      • me.youm.boot.web.interceptor.enums.Scope