@Inject("infrastructure:TypeCoercer")
TypeCoercer typeCoercer,
Map<Class, String> configuration)
{
BeanModelSourceImpl service = new BeanModelSourceImpl(typeCoercer, _propertyAccess,
_propertyConduitSource, _componentClassFactory, configuration);
_componentInstantiatorSource.addInvalidationListener(service);
return service;