Injector injector = new MethodInjector(method, new SingletonObjectFactory(moduleComponentContext));
injectors.add(injector);
}
}
boolean stateless = (scope == Scope.INSTANCE);
return new JavaAtomicContext("foo", new PojoObjectFactory(JavaIntrospectionHelper
.getDefaultConstructor(implType), null, injectors), eagerInit, initInvoker, destroyInvoker, stateless);
}