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

/openjdk9/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DInheritedAssociatedAnnotations.java40 checkAssociated(A3.class);
41 checkAssociated(B3.class);
42 checkAssociated(C3.class);
43 checkAssociated(D3.class);
46 private static void checkAssociated(AnnotatedElement ae) { method in class:InheritedAssociatedAnnotations

Completed in 75 milliseconds