gh-pages / com.nextfaze.devfun.reference / Dagger2Component / <init>

<init>

Dagger2Component(scope: Dagger2Scope = UNDEFINED, priority: Int = 0, isActivityRequired: Boolean = false, isFragmentActivityRequired: Boolean = false)

Annotated functions (fun, properties, or property getters (@get:Dagger2Component)) will be checked/used as Dagger 2 components.

If all scope and priority are unset/default then a best-guess will be made based on where the reference is.

i.e.

See Also

Dagger2Scope