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

eu.unicore.services.rest.USERestApplication Maven / Gradle / Ivy

The newest version!
package eu.unicore.services.rest;

import eu.unicore.services.Kernel;

/**
 * helper interface used to initialize a REST application
 *
 * @author schuller
 */
public interface USERestApplication {

	public void initialize(Kernel kernel) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy