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

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

There is a newer version: 5.2.0-2
Show 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 - 2024 Weber Informatics LLC | Privacy Policy