registerInjector(getInjectorFactory().getTypeInjector(type, this));
}
public void addPseudoScopeForType(final MetaClass type) {
// final TypeInjector inj = new TypeInjector(type, this);
final AbstractInjector inj = (AbstractInjector) getInjectorFactory().getTypeInjector(type, this);
inj.setReplaceable(true);
registerInjector(inj);
}