Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DComponentDependencies.java410 AnnotationValue componentEntryPointsValue) { in getDependencyType() argument
413 checkNotNull(componentEntryPointsValue); in getDependencyType()
422 if (!AnnotationValues.getAnnotationValues(componentEntryPointsValue).isEmpty()) { in getDependencyType()
431 AnnotationValue componentEntryPointsValue, in getDependency() argument
435 checkNotNull(componentEntryPointsValue); in getDependency()
443 .addAll(AnnotationValues.getAnnotationValues(componentEntryPointsValue)) in getDependency()