it.kamaladafrica.codicefiscale.City 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;
import lombok.Builder;
import lombok.NonNull;
import lombok.Value;
@Value
@Builder
public class City {
String name;
String prov;
@NonNull
String belfiore;
}