Home
last modified time | relevance | path

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

/art/test/715-clinit-implicit-parameter-annotations/src/
DMain.java132 String hasAnnotation = (annotation != null ? "Yes" : "No"); in DumpConstructorParameterAnnotations() local
133 System.out.println(" " + annotationClass.getName() + " " + hasAnnotation); in DumpConstructorParameterAnnotations()