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

com.avsystem.commons.derivation.AllowImplicitMacro.scala Maven / Gradle / Ivy

The newest version!
package com.avsystem.commons
package derivation

/**
  * Marker type used internally by automatic type class derivation macros.
  * Used to inform the compiler and macro engine that automatic derivation of particular type class is
  * allowed in some context.
  */
sealed trait AllowImplicitMacro[T]
object AllowImplicitMacro {
  def apply[T]: AllowImplicitMacro[T] = null
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy