所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- y9.autoconfiguration.id.generator.IdGeneratorConfiguration
- net.risesoft.id.impl.SnowflakeIdGenerator (implements net.risesoft.id.Y9IdGenerator)
- net.risesoft.id.impl.TimeBasedUuidGenerator (implements net.risesoft.id.Y9IdGenerator)
- net.risesoft.y9.configuration.feature.idgenerator.Y9IdGeneratorProperties
- net.risesoft.id.Y9IpUtil
- net.risesoft.id.Y9SpringContext (implements org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware)
接口分层结构
- net.risesoft.id.Y9IdGenerator
注释类型分层结构
- y9.autoconfiguration.id.generator.EnableIdGenerator (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- net.risesoft.id.IdType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)