Searched defs:paramAnnotations (Results 1 – 7 of 7) sorted by relevance
29 …WithParams(TypeResolutionContext ctxt, AnnotationMap annotations, AnnotationMap[] paramAnnotations) in AnnotatedWithParams()38 protected AnnotatedWithParams(AnnotatedWithParams base, AnnotationMap[] paramAnnotations) { in AnnotatedWithParams()
35 AnnotationMap classAnn, AnnotationMap[] paramAnnotations) in AnnotatedMethod()
212 Object[] paramAnnotations = method.getParameterAnnotations(); in getMethodParameterAnnotations() local229 Object[] paramAnnotations = constructor.getParameterAnnotations(); in getConstructorParameterAnnotations() local
115 List<AnnotationNode>[] paramAnnotations = method.visibleParameterAnnotations; in checkMethodAnnotationsInClass() local
281 Annotation[][] paramAnnotations = method.getParameterAnnotations(); in FactoryProvider2() local585 Annotation[][] paramAnnotations = constructor.getParameterAnnotations(); in constructorHasMatchingParams() local
611 Annotation[][] paramAnnotations = iMethod.getParameterAnnotations(); in resolveParamTypes() local
394 ImmutableList<ImmutableList<AnnotationInfo>> paramAnnotations = parameterAnnotations(m); in lowerMethod() local