gh-pages / com.nextfaze.devfun.reference / Dagger2Component / scope

scope

val scope: Dagger2Scope (source)

The scope of this component.

If scope is UNDEFINED and priority is 0 then a best-guess will be made based on where the component is. i.e. If its in an Application class then it’ll be assumed to be application level etc. If it’s an extension function then the receiver type will be used as to “where”.