it.kamaladafrica.codicefiscale.city.CityByBelfiore Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codice-fiscale Show documentation
Show all versions of codice-fiscale Show documentation
Yet another "Codice Fiscale" (italian tax code) calculator.
The newest version!
package it.kamaladafrica.codicefiscale.city;
import it.kamaladafrica.codicefiscale.City;
public interface CityByBelfiore {
City findByBelfiore(String belfiore);
}