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

/openjdk9/jdk/test/java/lang/annotation/AnnotationType/
H A DAnnotationTypeRuntimeAssumptionTest.java46 * and {@link AnnB AnnB} and then the first is changed to have
48 * When {@link AnnA_v1 AnnA_v1} annotation is looked-up on {@link AnnB AnnB}
54 @AnnB
61 @AnnB
67 public @interface AnnB { interface in class:AnnotationTypeRuntimeAssumptionTest
81 AnnA_v1 ann2 = AnnB.class.getDeclaredAnnotation(AnnA_v1.class);
85 " found on: " + AnnB.class.getName() +
H A DAnnotationTypeDeadlockTest.java43 @AnnB
49 public @interface AnnB { interface in class:AnnotationTypeDeadlockTest
77 Task taskB = new Task(prepareLatch, goLatch, AnnB.class);

Completed in 141 milliseconds