程序包org.springframework.boot.context.annotation的分层结构
类分层结构
- java.lang.Object
- org.springframework.boot.context.annotation.Configurations
- org.springframework.boot.context.annotation.UserConfigurations (implements org.springframework.core.PriorityOrdered)
- org.springframework.boot.context.annotation.ImportCandidates (implements java.lang.Iterable<T>)
- org.springframework.boot.context.annotation.Configurations
接口分层结构
- org.springframework.boot.context.annotation.DeterminableImports