Searched defs:parameterAnnotations (Results 1 – 10 of 10) sorted by relevance
47 private final Iterator<? extends Set<? extends Annotation>> parameterAnnotations; field in ParameterIterator51 … @Nonnull List<? extends Set<? extends Annotation>> parameterAnnotations, in ParameterIterator()
36 public Annotation[][] parameterAnnotations; field in ParameterAnnotationsAttribute53 Annotation[][] parameterAnnotations) in ParameterAnnotationsAttribute()
47 Annotation[][] parameterAnnotations) in RuntimeInvisibleParameterAnnotationsAttribute()
47 Annotation[][] parameterAnnotations) in RuntimeVisibleParameterAnnotationsAttribute()
174 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in getFinderDescriptor() local252 volatile Object[] parameterAnnotations; field in JpaFinderProxy.FinderDescriptor
25 Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) { in signatures()
100 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in createProviderMethod() local
53 private ArrayList<ParameterAnnotationStruct> parameterAnnotations; field in AnnotationsDirectoryItem
424 Annotation[][] parameterAnnotations = in visitRuntimeVisibleParameterAnnotationsAttribute() local449 Annotation[][] parameterAnnotations = in visitRuntimeInvisibleParameterAnnotationsAttribute() local
116 Annotation[] parameterAnnotations = annotationsIterator.next(); in forMember() local