se.ansman.dagger.auto.compiler.common.models.HiltModule.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler-common Show documentation
Show all versions of compiler-common Show documentation
Automatic Dagger setup using Hilt
The newest version!
package se.ansman.dagger.auto.compiler.common.models
import se.ansman.dagger.auto.compiler.common.Processor
import se.ansman.dagger.auto.compiler.common.rendering.HiltModuleBuilder
interface HiltModule {
val processor: Class>
val moduleName: ClassName
val installation: HiltModuleBuilder.Installation
val originatingTopLevelClassName: ClassName
val originatingElement: Node
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy