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

scala.meta.internal.classifiers.classifier.scala Maven / Gradle / Ivy

Go to download

Bag of private and public helpers used in scala.meta's APIs and implementations

The newest version!
package scala.meta
package internal
package classifiers

import scala.annotation.StaticAnnotation
import scala.language.experimental.macros

class classifier extends StaticAnnotation {
  def macroTransform(annottees: Any*): Any = macro ClassifierMacros.classifier
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy