Skip to content

Instantly share code, notes, and snippets.

Created May 26, 2016 06:14
Show Gist options
  • Save anonymous/9115e001dd9a2edcb8d19b67854bd451 to your computer and use it in GitHub Desktop.
Save anonymous/9115e001dd9a2edcb8d19b67854bd451 to your computer and use it in GitHub Desktop.
the description for this gist
@compileTimeOnly("addImplicitConversions must be called during compilation")
class addImplicitConversions extends StaticAnnotation {
def macroTransform(annottees: Any*): Any = macro addImplicitConversions.impl
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment