Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DComponentDependencies.java408 AnnotationValue modulesValue, in getDependencyType() argument
411 checkNotNull(modulesValue); in getDependencyType()
416 if (!AnnotationValues.getAnnotationValues(modulesValue).isEmpty()) { in getDependencyType()
429 AnnotationValue modulesValue, in getDependency() argument
433 checkNotNull(modulesValue); in getDependency()
441 .addAll(AnnotationValues.getAnnotationValues(modulesValue)) in getDependency()