Package dagger.android
Annotation Type AndroidInjectionKey
-
@Beta @MapKey @Target(METHOD) @Documented public @interface AndroidInjectionKey
MapKeyannotation to keyAndroidInjector.Factorybindings. The value of the annotation is the canonical name of the class that will be passed toAndroidInjector.inject(Object).All key strings will be obfuscated by ProGuard/R8 if the named class is obfuscated.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe fully qualified class name of the type to be injected.
-