aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/ledger/utils/di/Inject.kt
blob: a8fdd87098dbaa64cdf72238f6c62db5ac233c88 (plain)
1
2
3
4
5
6
package moe.nea.ledger.utils.di

@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FIELD)
annotation class Inject(
)