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

scalagen.consts.scala Maven / Gradle / Ivy

There is a newer version: 4.8.0
Show newest version
package {{package}}

@javax.annotation.Generated(value = Array("com.twitter.scrooge.Compiler"))
object Constants {
{{#constants}}
  {{docstring}}
  val {{name}}: {{fieldType}} = {{value}}
{{/constants}}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy