gh-pages / com.nextfaze.devfun.reference / Dagger2ComponentProperties
Dagger2ComponentProperties
interface Dagger2ComponentProperties
(source)
Properties interface for @Dagger2Component.
TODO: This interface should be generated by DevFun at compile time, but as the annotations are in a separate module to the compiler that itself depends on the annotations module, it is non-trivial to run the DevFun processor upon it (module dependencies become cyclic).
Properties
Name | Summary |
---|---|
isActivityRequired | open val isActivityRequired: Boolean |
isFragmentActivityRequired | open val isFragmentActivityRequired: Boolean |
priority | open val priority: Int |
scope | open val scope: Dagger2Scope |