*/
public BeanEditorModelSource buildBeanEditorModelSource(@Inject("infrastructure:TypeCoercer")
TypeCoercer typeCoercer, @Inject("infrastructure:PropertyAccess")
PropertyAccess propertyAccess, Map<Class, String> configuration)
{
BeanEditorModelSourceImpl service = new BeanEditorModelSourceImpl(typeCoercer,
propertyAccess, configuration);
_componentInstantiatorSource.addInvalidationListener(service);
return service;