if (runtimeContext != null) {
providers = runtimeContext.getProviders();
}
if (providers == null) {
LifecycleManagersRegistry ofFactoryRegistry = new LifecycleManagersRegistry();
ofFactoryRegistry.addFactoryFactory(new ScopeLifecycleManager<Object>());
ProvidersRegistry providersRegistry =
new ProvidersRegistry(ofFactoryRegistry, new ApplicationValidator());
final Set<Class<?>> classes = new ApplicationFileLoader(true).getClasses();