Searched refs:enclosingElementAnnotations (Results 1 – 1 of 1) sorted by relevance
46 private final ImmutableSet<? extends Class<? extends Annotation>> enclosingElementAnnotations; field in BindingMethodValidator95 Iterable<? extends Class<? extends Annotation>> enclosingElementAnnotations, in BindingMethodValidator() argument107 this.enclosingElementAnnotations = ImmutableSet.copyOf(enclosingElementAnnotations); in BindingMethodValidator()173 if (!isAnyAnnotationPresent(enclosingElement, enclosingElementAnnotations)) { in checkEnclosingElement()177 enclosingElementAnnotations.stream() in checkEnclosingElement()