All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.ansman.dagger.auto.compiler.common.models.HiltModule.kt Maven / Gradle / Ivy

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