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

/openjdk9/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DRepeatingWithSecurityManager.java47 Asserts.assertTrue(TwoAnnotations.class.getAnnotationsByType(MyAnnotation.class).length == 2,
49 Arrays.toString(TwoAnnotations.class.getAnnotationsByType(MyAnnotation.class)));
54 private static class TwoAnnotations { class in class:RepeatingWithSecurityManager

Completed in 41 milliseconds