Home
last modified time | relevance | path

Searched refs:annotationToNormalizedString (Results 1 – 1 of 1) sorted by relevance

/art/test/715-clinit-implicit-parameter-annotations/src/
DMain.java102 private static String annotationToNormalizedString(Annotation annotation) { in annotationToNormalizedString() method in Main
118 System.out.println(" Indexed : " + annotationToNormalizedString(annotation)); in DumpConstructorParameterAnnotations()
121 System.out.println(" Array : " + annotationToNormalizedString(annotation)); in DumpConstructorParameterAnnotations()
137 … System.out.println(" " + annotationToNormalizedString(parameterAnnotation)); in DumpConstructorParameterAnnotations()