showName
extends AnnotationAnnotation used inside a quote to give a custom name to a definition.
The name
argument must be a literal String.
Usage:
def let(name: String)(value: Expr[Int])(in: Expr[Int] => Expr[Int]): Expr[Int] = '{
Supertypes
AnnotationConstructors
showName
( name: String )Members
private
val