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

com.avsystem.commons.macros.RecursiveImplicitMarker.scala Maven / Gradle / Ivy

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