ru.tinkoff.phobos.derivation.Deferred.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phobos-core_2.13 Show documentation
Show all versions of phobos-core_2.13 Show documentation
Fast xml data binding library
package ru.tinkoff.phobos.derivation
/*
* Copy-pasted from https://github.com/propensive/magnolia
*/
import scala.annotation.compileTimeOnly
@compileTimeOnly("Deferred is used for derivation of recursive typeclasses")
object Deferred { def apply[T](method: String): T = ??? }