所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- com.baomidou.lock.executor.AbstractLockExecutor<T> (implements com.baomidou.lock.executor.LockExecutor<T>)
- org.springframework.aop.support.AbstractPointcutAdvisor (implements org.springframework.core.Ordered, org.springframework.aop.PointcutAdvisor, java.io.Serializable)
- com.baomidou.lock.aop.LockAnnotationAdvisor (implements org.springframework.beans.factory.BeanFactoryAware)
- com.baomidou.lock.DefaultLockFailureStrategy (implements com.baomidou.lock.LockFailureStrategy)
- com.baomidou.lock.DefaultLockKeyBuilder (implements com.baomidou.lock.LockKeyBuilder)
- com.baomidou.lock.spring.boot.autoconfigure.Lock4jProperties
- com.baomidou.lock.spring.boot.autoconfigure.LockAutoConfiguration
- com.baomidou.lock.LockInfo
- com.baomidou.lock.aop.LockInterceptor (implements org.aopalliance.intercept.MethodInterceptor)
- com.baomidou.lock.LockTemplate (implements org.springframework.beans.factory.InitializingBean)
- com.baomidou.lock.util.LockUtil
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.baomidou.lock.exception.LockException
- com.baomidou.lock.exception.LockFailureException
- com.baomidou.lock.exception.LockException
- java.lang.RuntimeException
- java.lang.Exception
接口分层结构
- com.baomidou.lock.executor.LockExecutor<T>
- com.baomidou.lock.LockFailureStrategy
- com.baomidou.lock.LockKeyBuilder
注释类型分层结构
- com.baomidou.lock.annotation.Lock4j (implements java.lang.annotation.Annotation)