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

/openjdk9/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DNonInheritableContainee.java38 @interface NonInheritedAnnotationRepeated { interface in class:NonInheritableContainee
45 NonInheritedAnnotationRepeated[] value();
48 @NonInheritedAnnotationRepeated(name="A")
49 @NonInheritedAnnotationRepeated(name="B")
57 NonInheritedAnnotationRepeated.class);

Completed in 79 milliseconds