it.vige.cities.Countries Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cities-generator Show documentation
Show all versions of cities-generator Show documentation
Generate a file with the cities of your country
The newest version!
package it.vige.cities;
/**
* The countries actually supported
* @author lucastancapiano
*/
public enum Countries {
/**
* IT
*/
it,
/**
* UK
*/
uk
}