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

spinal.idslplugin.Annotation.scala Maven / Gradle / Ivy

There is a newer version: 1.10.2a
Show newest version
package spinal.idslplugin

//import scala.annotation.StaticAnnotation
//
//class postInitCallback extends StaticAnnotation
//class valCallback extends StaticAnnotation

trait PostInitCallback {
  def postInitCallback(): this.type
}

trait ValCallback {
  def valCallback[T](ref: T, name: String): T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy