Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DComponentDependencies.java409 AnnotationValue entryPointsValue, in getDependencyType() argument
412 checkNotNull(entryPointsValue); in getDependencyType()
419 if (!AnnotationValues.getAnnotationValues(entryPointsValue).isEmpty()) { in getDependencyType()
430 AnnotationValue entryPointsValue, in getDependency() argument
434 checkNotNull(entryPointsValue); in getDependency()
442 .addAll(AnnotationValues.getAnnotationValues(entryPointsValue)) in getDependency()