Searched refs:parameterAnnotations (Results 1 – 2 of 2) sorted by relevance
28 public ParameterAnnotation[] parameterAnnotations; field in AnnotationsDirectoryItem51 parameterAnnotations = new ParameterAnnotation[annotatedParametersSize]; in read()53 (parameterAnnotations[i] = new ParameterAnnotation()).read(file); in read()76 if (parameterAnnotations != null) { in write()77 for (ParameterAnnotation parameterAnnotation : parameterAnnotations) { in write()95 if (parameterAnnotations != null) { in incrementIndex()96 for (ParameterAnnotation parameterAnnotation : parameterAnnotations) { in incrementIndex()
135 … Annotation[] parameterAnnotations = parameters[i].getDeclaredAnnotationsByType(annotationClass); in DumpConstructorParameterAnnotations() local136 for (Annotation parameterAnnotation : parameterAnnotations) { in DumpConstructorParameterAnnotations()