legolas.bootstrapper.api.interfaces.Bootstrapper Maven / Gradle / Ivy
package legolas.bootstrapper.api.interfaces;
import legolas.config.api.interfaces.Configuration;
import legolas.runtime.core.interfaces.LifecycleService;
public interface Bootstrapper extends LifecycleService {
Reference bootstrap(Configuration configuration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy