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
package it.vige.cities;
/**
*
* @author lucastancapiano
*
* The countries actually supported
*/
public enum Countries {
/**
*
*/
it,
/**
*
*/
uk
}