
com.avsystem.commons.macros.RecursiveImplicitMarker.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-macros_2.12 Show documentation
Show all versions of commons-macros_2.12 Show documentation
AVSystem commons library for Scala
The newest version!
package com.avsystem.commons
package macros
import scala.annotation.compileTimeOnly
object RecursiveImplicitMarker {
@compileTimeOnly("this can only be used by derivation macros")
implicit def mark[T]: T = throw new NotImplementedError
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy