1 2 3 4 5 6
package moe.nea.ledger.utils @Retention(AnnotationRetention.RUNTIME) @Target(AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FIELD) annotation class Inject( )