Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/validation/
DBindingMethodValidator.java46 private final ImmutableSet<? extends Class<? extends Annotation>> enclosingElementAnnotations; field in BindingMethodValidator
95 Iterable<? extends Class<? extends Annotation>> enclosingElementAnnotations, in BindingMethodValidator() argument
107 this.enclosingElementAnnotations = ImmutableSet.copyOf(enclosingElementAnnotations); in BindingMethodValidator()
173 if (!isAnyAnnotationPresent(enclosingElement, enclosingElementAnnotations)) { in checkEnclosingElement()
177 enclosingElementAnnotations.stream() in checkEnclosingElement()