程序包org.springframework.beans.factory.annotation的分层结构

程序包分层结构:

类分层结构

接口分层结构

注释类型分层结构

  • org.springframework.beans.factory.annotation.Autowired (implements java.lang.annotation.Annotation)
  • org.springframework.beans.factory.annotation.Configurable (implements java.lang.annotation.Annotation)
  • org.springframework.beans.factory.annotation.Lookup (implements java.lang.annotation.Annotation)
  • org.springframework.beans.factory.annotation.Qualifier (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)

枚举分层结构