aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/ledger/utils/Inject.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-12-15 19:31:46 +0100
committerLinnea Gräf <nea@nea.moe>2024-12-15 19:31:46 +0100
commita2f73de90fb9c9d0ea7a5e7e9e6b9e445a8094ee (patch)
tree4b612c6451c695822885c29e9f497e2826dc3bbd /src/main/kotlin/moe/nea/ledger/utils/Inject.kt
parent0a4cf1fbcc897462f31aaadc5c868d12d13e1abb (diff)
downloadLocalTransactionLedger-a2f73de90fb9c9d0ea7a5e7e9e6b9e445a8094ee.tar.gz
LocalTransactionLedger-a2f73de90fb9c9d0ea7a5e7e9e6b9e445a8094ee.tar.bz2
LocalTransactionLedger-a2f73de90fb9c9d0ea7a5e7e9e6b9e445a8094ee.zip
refactor: Move DI to its own package
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/utils/Inject.kt')
-rw-r--r--src/main/kotlin/moe/nea/ledger/utils/Inject.kt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/utils/Inject.kt b/src/main/kotlin/moe/nea/ledger/utils/Inject.kt
deleted file mode 100644
index 654f77e..0000000
--- a/src/main/kotlin/moe/nea/ledger/utils/Inject.kt
+++ /dev/null
@@ -1,6 +0,0 @@
-package moe.nea.ledger.utils
-
-@Retention(AnnotationRetention.RUNTIME)
-@Target(AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FIELD)
-annotation class Inject(
-)