}
// carry out any implementation specific builder processing
Implementation impl = component.getImplementation();
if (impl != null) {
ImplementationBuilder builder = builders.getImplementationBuilder(impl.getType());
if (builder != null) {
builder.build(component, impl, context);
}
}
// Properties on the composite component type are not affected by the components
// that the composite contains. Instead the child components might source