类分层结构
接口分层结构
- org.springframework.core.AttributeAccessor
- org.springframework.beans.BeanMetadataElement
- org.springframework.beans.factory.config.BeanDefinition (并 extends org.springframework.core.AttributeAccessor)
注释类型分层结构
- org.springframework.beans.factory.annotation.Qualifier (implements java.lang.annotation.Annotation)
- org.springframework.beans.factory.annotation.Autowired (implements java.lang.annotation.Annotation)
- org.springframework.beans.factory.annotation.Lookup (implements java.lang.annotation.Annotation)
- org.springframework.beans.factory.annotation.Configurable (implements java.lang.annotation.Annotation)
- org.springframework.beans.factory.annotation.Required (implements java.lang.annotation.Annotation)
- org.springframework.beans.factory.annotation.Value (implements java.lang.annotation.Annotation)
枚举分层结构