
com.avsystem.commons.annotation.showAst.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.13 Show documentation
Show all versions of commons-core_2.13 Show documentation
AVSystem commons library for Scala
package com.avsystem.commons
package annotation
/**
* When applied on a definition (`class`, `object`, `def`, `val`, etc.) or expression, will cause the
* AVSystem static analyzer to print compilation error with AST of annotated code fragment.
* This is useful primarily for debugging macro expansions.
*/
class showAst extends StaticAnnotation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy