
main.io.github.chengzis.hilt.ksp.AutoBinds.kt Maven / Gradle / Ivy
package io.github.chengzis.hilt.ksp
import kotlin.reflect.KClass
/**
* 自动给[targets]生成[Binds代码](https://developer.android.google.cn/training/dependency-injection/hilt-android?hl=zh-cn#inject-interfaces),省去手动编写的步骤
*/
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.SOURCE)
@MustBeDocumented
annotation class AutoBinds(
/**
* 目标接口,必须是接口类型
*/
val targets: Array>,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy