Skip to content

Commit

Permalink
Merge 379b2ac into 7d5c7a0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirf1 committed Mar 19, 2019
2 parents 7d5c7a0 + 379b2ac commit fbedc45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions macros/src/main/scala/pureconfig/Derivation.scala
@@ -1,11 +1,17 @@
package pureconfig

import scala.annotation.implicitNotFound
import scala.collection.mutable
import scala.language.experimental.macros
import scala.reflect.macros.whitebox

import pureconfig.derivation._

@implicitNotFound("""Cannot find an implicit Derivation for ${A}.
If your application does not define a Derivation elsewhere,
consider using PureConfig's auto derivation by defining the following:
import pureconfig.generic.auto._""")
sealed trait Derivation[A] {
def value: A
}
Expand Down

0 comments on commit fbedc45

Please sign in to comment.