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

fr.univnantes.termsuite.framework.TermSuiteResource Maven / Gradle / Ivy

package fr.univnantes.termsuite.framework;

import java.io.IOException;
import java.io.Reader;

public interface TermSuiteResource {

	void load(Reader reader) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy