Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DBindingElementValidator.java281 ImmutableSet<AnnotationMirror> multibindingAnnotations = in checkMultibindings() local
286 for (AnnotationMirror annotation : multibindingAnnotations) { in checkMultibindings()
295 if (multibindingAnnotations.size() > 1) { in checkMultibindings()
296 for (AnnotationMirror annotation : multibindingAnnotations) { in checkMultibindings()
314 if (usesProvidesType && !multibindingAnnotations.isEmpty()) { in checkMultibindings()