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

commonMain.ru.kontur.mobile.visualfsm.Edge.kt Maven / Gradle / Ivy

package ru.kontur.mobile.visualfsm

/**
 * Annotates [Transition] and assign a [name] that will be used on graph
 */
@Target(AnnotationTarget.CLASS)
annotation class Edge(val name: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy