All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avsystem.commons.annotation.showAst.scala Maven / Gradle / Ivy

There is a newer version: 2.22.0
Show newest version
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