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

com.daedafusion.service.bootstrap.Bootstrap Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.daedafusion.service.bootstrap;

/**
 * Created by mphilpot on 6/30/14.
 */
public interface Bootstrap
{
    Bootstrap boot() throws BootstrapException;
    void teardown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy