Searched refs:parameterAnnotations (Results 1 – 2 of 2) sorted by relevance
61 Annotation[][] parameterAnnotations = in testMethodGetParameterAnnotations() local63 assertEquals(2, parameterAnnotations.length); in testMethodGetParameterAnnotations()65 annotationsToTypes(parameterAnnotations[0])); in testMethodGetParameterAnnotations()67 annotationsToTypes(parameterAnnotations[1])); in testMethodGetParameterAnnotations()90 Annotation[][] parameterAnnotations = in testConstructorGetParameterAnnotations() local92 assertEquals(2, parameterAnnotations.length); in testConstructorGetParameterAnnotations()94 annotationsToTypes(parameterAnnotations[0])); in testConstructorGetParameterAnnotations()96 annotationsToTypes(parameterAnnotations[1])); in testConstructorGetParameterAnnotations()
645 Annotation[][] parameterAnnotations = getParameterAnnotationsNative(); in getParameterAnnotationsInternal() local646 if (parameterAnnotations == null) { in getParameterAnnotationsInternal()647 parameterAnnotations = new Annotation[getParameterTypes().length][0]; in getParameterAnnotationsInternal()649 return parameterAnnotations; in getParameterAnnotationsInternal()