- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 47字
- 2021-06-24 14:57:56
Package diagrams
Package diagrams are used to provide a high-level visual depiction of large systems. These diagrams are simplistic and simply show how a system's components are grouped. The following example illustrates nested packages, starting with Java and drilling down to the ArrayList:
A nested package diagram