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

io.github.dszopa.message_router.annotation.MessageController.kt Maven / Gradle / Ivy

Go to download

Improved Spark socket message handling, using frameworks like SocketIO for inspiration

There is a newer version: 1.2.0
Show newest version
package io.github.dszopa.message_router.annotation

/**
 * A class level annotation that signifies that this class will contain routes
 */
@MustBeDocumented
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class MessageController




© 2015 - 2025 Weber Informatics LLC | Privacy Policy