for (final ComponentSpec componentSpec : componentSpecs.withType(componentType)) {
NamedEntityInstantiator<S> namedEntityInstantiator = new Instantiator<S>(binaryType, componentSpec, binaries);
CollectionBuilder<S> collectionBuilder = new DefaultCollectionBuilder<S>(
getSubject().getPath(),
namedEntityInstantiator,
new SimpleModelRuleDescriptor("Project.<init>.binaries()"),
inputs,
modelRegistry);
invoke(inputs, collectionBuilder, componentSpec, componentSpecs);
}
}