All Downloads are FREE. Search and download functionalities are using the official Maven repository.

legolas.bootstrapper.api.interfaces.Bootstrapper Maven / Gradle / Ivy

There is a newer version: 1.0.14
Show newest version
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