org.scalamacros.paradise.reflect.Definitions.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paradise_2.12.20 Show documentation
Show all versions of paradise_2.12.20 Show documentation
Empowers production Scala compiler with latest macro developments
The newest version!
package org.scalamacros.paradise
package reflect
import scala.reflect.internal.Flags._
import scala.reflect.internal.MissingRequirementError
trait Definitions {
self: Enrichments =>
import global._
import rootMirror._
import definitions._
object paradiseDefinitions {
lazy val InheritedAttr = requiredClass[java.lang.annotation.Inherited]
}
}