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

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

There is a newer version: 1.2.3
Show newest version
package it.vige.cities;

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

	/**
	 * 
	 */
	it,

	/**
	 * 
	 */
	uk
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy