blah.tests.Converter Maven / Gradle / Ivy
package blah.tests;
public interface Converter {
T convert( String string ) throws ConverterException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package blah.tests;
public interface Converter {
T convert( String string ) throws ConverterException;
}