if (executor != null) {
services.add(ExecutorServices.class, executor);
}
}
services.add(RequiredAnnotationDiscovery.class, new RequiredAnnotationDiscovery(services.get(ReflectionCache.class)));
/*
* Setup Validator
*/
BootstrapConfiguration bootstrapConfiguration = services.get(BootstrapConfiguration.class);