![JAR search and dependency download from the Maven repository](/logo.png)
br.com.objectos.way.duplicata.WayDuplicataConfigProduction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of way-duplicata Show documentation
Show all versions of way-duplicata Show documentation
Geração de duplicatas. Simples.
The newest version!
/*
* WayDuplicataConfigGuice.java criado em 06/05/2013
*
* Propriedade de Objectos Fábrica de Software LTDA.
* Reprodução parcial ou total proibida.
*/
package br.com.objectos.way.duplicata;
import com.github.mustachejava.MustacheFactory;
/**
* @author [email protected] (Edenir Norberto Anschau)
*/
class WayDuplicataConfigProduction implements WayDuplicataConfig {
private final MustacheFactory mustacheFactory;
public WayDuplicataConfigProduction() {
this.mustacheFactory = Duplicatas.resourcesMf();
}
@Override
public MustacheFactory getMustacheFactory() {
return mustacheFactory;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy