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

org.scalamacros.paradise.reflect.StdNames.scala Maven / Gradle / Ivy

The newest version!
package org.scalamacros.paradise
package reflect

trait StdNames {
  self: Enrichments =>
  import global._

  implicit class ParadiseNme(nme: global.nme.type) {
    val annottees: TermName          = "annottees"
    val macroTransform: TermName     = "macroTransform"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy