所有程序包的分层结构

程序包分层结构:

类分层结构

接口分层结构

注释类型分层结构

  • org.apache.felix.service.command.Descriptor (implements java.lang.annotation.Annotation)
  • org.apache.felix.service.command.Parameter (implements java.lang.annotation.Annotation)

枚举分层结构

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)