205206207208209210211212213214
} if (type == Dependency.class) { return new DependencyFactory(); } if (type == Exclusion.class) { return new ExclusionFactory(); } return new ChildFactory(name, type); }