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

codegen.BoilerplateGenBase.scala Maven / Gradle / Ivy

The newest version!
package codegen

import molecule.base.util.CodeGenTemplate
import molecule.boilerplate.util.MoleculeLogging

abstract class BoilerplateGenBase(fileName: String, dir: String)
  extends CodeGenTemplate(
    fileName,
    dir,
    "boilerplate/shared/src/main/scala/molecule/boilerplate"
  ) with MoleculeLogging




© 2015 - 2024 Weber Informatics LLC | Privacy Policy