所有程序包的分层结构

程序包分层结构:

类分层结构

注释类型分层结构

  • io.microsphere.spring.test.jdbc.embedded.EnableEmbeddedDatabase (implements java.lang.annotation.Annotation)
  • io.microsphere.spring.test.jdbc.embedded.EnableEmbeddedDatabases (implements java.lang.annotation.Annotation)
  • io.microsphere.spring.test.redis.embedded.EnableEmbeddedRedisServer (implements java.lang.annotation.Annotation)
  • io.microsphere.spring.test.kafka.EnableKafkaTest (implements java.lang.annotation.Annotation)
  • io.microsphere.spring.test.redis.EnableRedisTest (implements java.lang.annotation.Annotation)

枚举分层结构

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)