219220221222223224225
* * @param injector The injector to back the registry * @return A registry that wraps the injector */ public static Registry justInTimeRegistry(Injector injector) { return new JustInTimeInjectorRegistry(injector); }