Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DComponentCreatorAnnotation.java94 return stream().collect(toAnnotationClasses()); in allCreatorAnnotations()
103 .collect(toAnnotationClasses()); in rootComponentCreatorAnnotations()
112 .collect(toAnnotationClasses()); in subcomponentCreatorAnnotations()
121 .collect(toAnnotationClasses()); in productionCreatorAnnotations()
134 .collect(toAnnotationClasses()); in creatorAnnotationsFor()
149 toAnnotationClasses() { in toAnnotationClasses() method in ComponentCreatorAnnotation