io.codearte.jfairy.producer.VATIdentificationNumberProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfairy Show documentation
Show all versions of jfairy Show documentation
jFairy - Java fake data generator
/*
* Copyright (c) 2013 Codearte and authors
*/
package io.codearte.jfairy.producer;
import com.google.inject.Provider;
/**
* VAT identification number (VATIN)
*
* @author mariuszs
* @since 02.11.13.
*/
public interface VATIdentificationNumberProvider extends Provider {
String get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy