com.wirefreethought.geodb.client.model.GeoDbEnum Maven / Gradle / Ivy
package com.wirefreethought.geodb.client.model;
public interface GeoDbEnum
{
String getTag();
}
package com.wirefreethought.geodb.client.model;
public interface GeoDbEnum
{
String getTag();
}