summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/makro/internal/macroImpl.scala
blob: 9cf4d230720b501d56f3b81747354b731db0aee1 (plain) (blame)
1
2
3
4
5
package scala.reflect.makro
package internal

/** This type is required by the compiler and <b>should not be used in client code</b>. */
class macroImpl(val referenceToMacroImpl: Any) extends annotation.StaticAnnotation