所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- me.youm.frame.security.utils.LoginUtil
- me.youm.frame.security.aspect.PreAuthAspect
- me.youm.frame.security.config.TokenConfiguration
- me.youm.frame.security.props.TokenProperties
注释类型分层结构
- me.youm.frame.security.annotation.PreAuth (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- me.youm.frame.security.enums.SuperAdmin
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)