commonMain.dev.programadorthi.routing.events.resources.Event.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of events-resources Show documentation
Show all versions of events-resources Show documentation
A type-safe event support to events module
The newest version!
package dev.programadorthi.routing.events.resources
import kotlinx.serialization.ExperimentalSerializationApi
import kotlinx.serialization.MetaSerializable
import kotlinx.serialization.SerialInfo
@OptIn(ExperimentalSerializationApi::class)
@SerialInfo
@Target(AnnotationTarget.CLASS, AnnotationTarget.TYPEALIAS)
@MetaSerializable
public annotation class Event(val name: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy