summaryrefslogtreecommitdiff
path: root/src/main/kotlin/de/romjaki/pluggabledino/api/Inject.kt
blob: c3089c9064f5a57b743357bbdf9fe50c60238057 (plain)
1
2
3
4
5
package de.romjaki.pluggabledino.api

@Target(AnnotationTarget.FIELD)
@Retention(AnnotationRetention.RUNTIME)
annotation class Inject(val what: String)