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

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