cz.jalasoft.util.converter.StringConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JalasoftUtils Show documentation
Show all versions of JalasoftUtils Show documentation
A collection of utility classes that might be useful.
package cz.jalasoft.util.converter;
/**
* Created by honzales on 18.4.15.
*/
public interface StringConverter extends Converter {
}