aboutsummaryrefslogtreecommitdiff
path: root/symbols/src/main/kotlin/Subscribe.kt
diff options
context:
space:
mode:
Diffstat (limited to 'symbols/src/main/kotlin/Subscribe.kt')
-rw-r--r--symbols/src/main/kotlin/Subscribe.kt12
1 files changed, 12 insertions, 0 deletions
diff --git a/symbols/src/main/kotlin/Subscribe.kt b/symbols/src/main/kotlin/Subscribe.kt
new file mode 100644
index 0000000..e7a7bf4
--- /dev/null
+++ b/symbols/src/main/kotlin/Subscribe.kt
@@ -0,0 +1,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
+