
com.avsystem.commons.derivation.AllowImplicitMacro.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-core_2.12 Show documentation
Show all versions of commons-core_2.12 Show documentation
AVSystem commons library for Scala
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