Searched refs:ModuleWithInaccessibleConstructor (Results 1 – 2 of 2) sorted by relevance
20 import dagger.functional.multipackage.moduleconstructor.ModuleWithInaccessibleConstructor;22 @Component(modules = ModuleWithInaccessibleConstructor.class)
24 public class ModuleWithInaccessibleConstructor { class27 /* intentionally package private */ModuleWithInaccessibleConstructor() { in ModuleWithInaccessibleConstructor() method in ModuleWithInaccessibleConstructor