Class IIOServiceLoader

java.lang.Object
de.craftsblock.craftsnet.addon.services.builtin.IIOServiceLoader
All Implemented Interfaces:
ServiceLoader<IIOServiceProvider>

public class IIOServiceLoader extends Object implements ServiceLoader<IIOServiceProvider>
A concrete implementation of the ServiceLoader interface for managing instances of IIOServiceProvider. This class specifically focuses on loading instances of IIOServiceProvider into the default IIORegistry.
Since:
3.0.0-SNAPSHOT