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

it.vige.cities.Countries Maven / Gradle / Ivy

The newest version!
package it.vige.cities;

/**
 * The countries actually supported
 * @author lucastancapiano
 */
public enum Countries {

	/**
	 * IT
	 */
	it,

	/**
	 * UK
	 */
	uk
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy