1 2 3 4 5
package de.romjaki.pluggabledino.api @Target(AnnotationTarget.FIELD) @Retention(AnnotationRetention.RUNTIME) annotation class Inject(val what: String)