所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- net.guerlab.cloud.auth.webmvc.autoconfigure.AbstractAuthInterceptorAutoConfigure<A> (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- net.guerlab.cloud.auth.webmvc.interceptor.AbstractHandlerInterceptor (implements org.springframework.web.servlet.HandlerInterceptor, org.springframework.core.Ordered)
- net.guerlab.cloud.auth.webmvc.interceptor.AbstractTokenHandlerInterceptor<A>