public interface  io.smallrye.stork.spi.internal.ServiceRegistrarLoader extends java.lang.Object implements io.smallrye.stork.spi.ElementWithType
{
public abstract io.smallrye.stork.api.ServiceRegistrar createServiceRegistrar(io.smallrye.stork.api.config.ServiceRegistrarConfig, io.smallrye.stork.spi.StorkInfrastructure);
}