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

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
{
}