com.strumenta.kolasu.lionweb.LionWebAssociation.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kolasu-lionweb Show documentation
Show all versions of kolasu-lionweb Show documentation
Integration of Kolasu with LIonWeb
package com.strumenta.kolasu.lionweb
/**
* This is used to map AST classes and Enums which have been generated from a LionWeb language element.
*/
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class LionWebAssociation(val key: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy