Home
last modified time | relevance | path

Searched refs:implicitlyIncludedModules (Results 1 – 1 of 1) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DModuleDescriptor.java235 includedModules.addAll(implicitlyIncludedModules(moduleElement)); in collectIncludedModules()
242 private ImmutableSet<TypeElement> implicitlyIncludedModules(TypeElement moduleElement) { in implicitlyIncludedModules() method in ModuleDescriptor.Factory