![JAR search and dependency download from the Maven repository](/logo.png)
org.scalameta.annotations.internal.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalameta-foundation_2.11 Show documentation
Show all versions of scalameta-foundation_2.11 Show documentation
Metaprogramming and hosting APIs of scala.meta
The newest version!
package org.scalameta.annotations
import scala.language.experimental.macros
import scala.annotation.StaticAnnotation
import scala.reflect.macros.blackbox.Context
object internal {
class contextful[T] extends StaticAnnotation
class hosted(macroApi: Boolean, mayFail: Boolean) extends StaticAnnotation
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy