
br.com.objectos.jabuticava.duplicata.WayDuplicataConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jabuticava-duplicata Show documentation
Show all versions of jabuticava-duplicata Show documentation
Geração de duplicatas. Simples.
The newest version!
/*
* WayDuplicataConfig.java criado em 06/05/2013
*
* Propriedade de Objectos Fábrica de Software LTDA.
* Reprodução parcial ou total proibida.
*/
package br.com.objectos.jabuticava.duplicata;
import com.github.mustachejava.MustacheFactory;
import com.google.inject.ImplementedBy;
/**
* @author [email protected] (Edenir Norberto Anschau)
*/
@ImplementedBy(WayDuplicataConfigProduction.class)
public interface WayDuplicataConfig {
MustacheFactory getMustacheFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy