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

io.codearte.jfairy.producer.VATIdentificationNumberProvider Maven / Gradle / Ivy

There is a newer version: 0.5.9
Show newest version
/*
 * 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