public SimpleBeansetModuleDefinition(ModuleDefinition parent, String name, String overrides) {
this(parent, name, null, overrides);
}
public SimpleBeansetModuleDefinition(ModuleDefinition parent, String name, String[] contextLocations, String overrides) {
this(parent, name, contextLocations, new BeanSetMapReader().readBeanSetDefinition(overrides));
}