gh-pages / com.nextfaze.devfun.compiler / DaggerProcessor
DaggerProcessor
abstract class DaggerProcessor : AbstractProcessor (source)
Base AbstractProcessor class with Dagger support.
Visible for testing purposes only! Use at your own risk.
Constructors
| Name | Summary | 
|---|---|
| <init> | DaggerProcessor()Base AbstractProcessor class with Dagger support. | 
Functions
| Name | Summary | 
|---|---|
| init | open fun init(processingEnv: ProcessingEnvironment): Unit | 
| inject | abstract fun inject(injector: Injector): Unit | 
Inheritors
| Name | Summary | 
|---|---|
| DevAnnotationProcessor | class DevAnnotationProcessor : DaggerProcessorAnnotation processor for DeveloperAnnotation to generate properties interfaces. | 
| DevFunProcessor | class DevFunProcessor : DaggerProcessorAnnotation processor for DeveloperAnnotation annotated annotations. |