| SE450: Basics: Dependency [40/63] |    | 
file:Person.java [source] [doc-public] [doc-private] 
01
02
03
04
05
06
07
08
09
10
11
12
13
14
+---------------+ | <<static>> | <<creates>> +--------+ | PersonFactory |- - - - - - - - >| Person | +---------------+ +--------+
This dependency indicates that PersonFactory mentions Person, but holds no references to Person objects.
Typical reasons for a dependency: