所有程序包的分层结构

程序包分层结构:

类分层结构

接口分层结构

注释类型分层结构

  • net.sinodawn.framework.audit.aunnotation.Audit (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.at.annotation.AuditTrailEntry (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.data.annotation.Blob (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.data.annotation.Clob (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.restful.resolver.feign.annotation.FeignRequestParam (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.aspect.annotation.IgnoreAop (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.restful.resolver.string.annotation.Json (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.log.annotation.Log (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.log.annotation.LogModule (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.data.annotation.NotNull (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.data.annotation.ReadOnly (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.cache.redis.annotation.SinoCacheable (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.cache.redis.annotation.SinoCacheEvict (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.data.annotation.Table (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.validator.data.annotation.ValidateDataWith (implements java.lang.annotation.Annotation)
  • net.sinodawn.framework.validator.permission.annotation.ValidatePermissionWith (implements java.lang.annotation.Annotation)

枚举分层结构