Home
last modified time | relevance | path

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

/art/test/048-reflect-v8/src/
DAnnotationTest.java143 Class<A> annotationDefClass) { in printDeclaredAnnotation() argument
144 A anno = annotationUseClass.getDeclaredAnnotation(annotationDefClass); in printDeclaredAnnotation()
149 + ", annotation " + annotationDefClass + ": " + msg); in printDeclaredAnnotation()