Searched refs:runtimeAnnotations (Results 1 – 5 of 5) sorted by relevance
85 final ParameterAnnotations runtimeAnnotations = (ParameterAnnotations)attribute; in createParameterAnnotationEntries() local86 … Collections.addAll(accumulatedAnnotations, runtimeAnnotations.getParameterAnnotationEntries()); in createParameterAnnotationEntries()
162 final Annotations runtimeAnnotations = (Annotations) attribute; in createAnnotationEntries() local163 … Collections.addAll(accumulatedAnnotations, runtimeAnnotations.getAnnotationEntries()); in createAnnotationEntries()
96 final Annotations runtimeAnnotations = (Annotations)attr; in FieldGen() local97 … final AnnotationEntry[] annotationEntries = runtimeAnnotations.getAnnotationEntries(); in FieldGen()
240 final Annotations runtimeAnnotations = (Annotations) a; in MethodGen() local241 final AnnotationEntry[] aes = runtimeAnnotations.getAnnotationEntries(); in MethodGen()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...