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

/openjdk9/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DCustomRepeatingWithSecurityManager.java72 static class MyAnnotationsImpl implements MyAnnotations {
82 return MyAnnotations.class;
96 return MyAnnotations.class;
101 @interface MyAnnotations { interface in class:CustomRepeatingWithSecurityManager
106 @Repeatable(MyAnnotations.class)
H A DRepeatingWithSecurityManager.java58 @interface MyAnnotations { interface in class:RepeatingWithSecurityManager
63 @Repeatable(MyAnnotations.class)

Completed in 86 milliseconds