3839404142434445464748
{ final Injector injector = makeInjector(); final Lifecycle lifecycle = initLifecycle(injector); try { lifecycle.join(); } catch (Exception e) { throw Throwables.propagate(e); } }