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

aQute.bnd.build.model.conversions.Converter Maven / Gradle / Ivy

package aQute.bnd.build.model.conversions;

public interface Converter {
	R convert(T input) throws IllegalArgumentException;
	
	R error(String msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy