类分层结构
- java.lang.Object
- xyz.mydev.redis.lock.annotation.RedisLockAnnotationSupportAutoConfig
- xyz.mydev.redis.lock.annotation.RedissonClientAutoConfig
- xyz.mydev.redis.lock.annotation.RedissonLockHolderImpl (implements xyz.mydev.redis.lock.annotation.RedissonLockHolder)
- xyz.mydev.redis.lock.annotation.RepeatableRedisLockAspect (implements org.springframework.core.Ordered)
接口分层结构
- xyz.mydev.redis.lock.annotation.LockHolder
- xyz.mydev.redis.lock.annotation.RedissonLockHolder
注释类型分层结构
- xyz.mydev.redis.lock.annotation.RedisLock (implements java.lang.annotation.Annotation)
- xyz.mydev.redis.lock.annotation.RedisLocks (implements java.lang.annotation.Annotation)