Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DModuleDescriptor.java250 .map(method -> elements.checkTypePresent(implicitlyIncludedModuleName(method))) in implicitlyIncludedModules()
254 private String implicitlyIncludedModuleName(ExecutableElement method) { in implicitlyIncludedModuleName() method in ModuleDescriptor.Factory