Searched refs:MyAnnotationImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DCustomRepeatingWithSecurityManager.java75 res[0] = new MyAnnotationImpl("Foo");
76 res[1] = new MyAnnotationImpl("Bar");
86 static class MyAnnotationImpl implements MyAnnotation { class in class:CustomRepeatingWithSecurityManager
88 MyAnnotationImpl(String val) { method in class:CustomRepeatingWithSecurityManager.MyAnnotationImpl

Completed in 89 milliseconds