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

br.com.objectos.way.duplicata.WayDuplicataConfigProduction Maven / Gradle / Ivy

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