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

tethys.derivation.impl.BaseMacroDefinitions.scala Maven / Gradle / Ivy

There is a newer version: 0.29.0
Show newest version
package tethys.derivation.impl

import scala.reflect.macros.blackbox

/**
  * Created by eld0727 on 22.04.17.
  */
trait BaseMacroDefinitions {
  val c: blackbox.Context
  import c.universe._

  lazy val tethysPack = q"tethys"

  lazy val writersPack = q"$tethysPack.writers"

  lazy val readersPack = q"$tethysPack.readers"

  lazy val macroPack = q"$tethysPack.derivation.impl"

  lazy val buildersPack = q"$tethysPack.derivation.builder"

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy