Searched refs:paramAnnotations (Results 1 – 2 of 2) sorted by relevance
281 Annotation[][] paramAnnotations = method.getParameterAnnotations(); in FactoryProvider2() local285 Key<?> paramKey = Annotations.getKey(param, method, paramAnnotations[p++], errors); in FactoryProvider2()585 Annotation[][] paramAnnotations = constructor.getParameterAnnotations(); in constructorHasMatchingParams() local589 Key<?> paramKey = Annotations.getKey(param, constructor, paramAnnotations[p++], errors); in constructorHasMatchingParams()
307 ImmutableList<ImmutableList<AnnotationInfo>> paramAnnotations = parameterAnnotations(m); in lowerMethod() local321 paramAnnotations, in lowerMethod()