Interface BootstrapServiceRegistry

All Superinterfaces:
AutoCloseable, ServiceRegistry
All Known Implementing Classes:
BootstrapServiceRegistryImpl

public interface BootstrapServiceRegistry extends ServiceRegistry
Provides the most basic services such as class loading. Other configuration-time objects such as MetadataSources, StandardServiceRegistryBuilder, and Configuration all depend on an instance of BootstrapServiceRegistry.

An instance may be obtained using BootstrapServiceRegistryBuilder.build().

Specialized from ServiceRegistry mainly for type safety.

See Also: