org.openstreetmap.atlas.utilities.conversion.TwoWayStringConverter Maven / Gradle / Ivy
package org.openstreetmap.atlas.utilities.conversion;
/**
* @author matthieun
* @param
* The type to convert to and from String
*/
public interface TwoWayStringConverter extends StringConverter, TwoWayConverter
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy