@Override
public Object call() throws Exception {
ManagerImpl.this.bind(
ApplicationScoped.class, Injector.class, InjectorImpl.of(ManagerImpl.this));
ManagerImpl.this.bind(
ApplicationScoped.class, ExecutorService.class, new ThreadedExecutorService(ManagerImpl.this));
return null;
}
});
}