所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.junit.runner.Runner (implements org.junit.runner.Describable)
      • org.junit.runners.ParentRunner<T> (implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable)
    • org.springframework.boot.junit.compiler.TestCompiler
    • org.springframework.boot.junit.compiler.TestCompiler.TestCompilationTask

注释类型分层结构