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

commonMain.dev.programadorthi.routing.events.resources.Event.kt Maven / Gradle / Ivy

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