aboutsummaryrefslogtreecommitdiff
path: root/symbols/src/main/kotlin/Subscribe.kt
blob: e7a7bf42533a5981ce2c4babe9c70980ce98a78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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