Files
Firmament/symbols/src/main/kotlin/Subscribe.kt
Linnea Gräf 8f3cc34740 Add @Subscribe annotation
[no changelog]
2024-05-07 20:26:04 +02:00

13 lines
256 B
Kotlin

/*
* SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package moe.nea.firmament.annotations
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.SOURCE)
annotation class Subscribe