Home
last modified time | relevance | path

Searched refs:CustomAnnotation (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/crossvmtest/java/lang/
DRecordComponentTest.java44 public @interface CustomAnnotation { annotation in RecordComponentTest
51 CustomAnnotation[] customAnnotations(); in customAnnotations()
53 record RecordInteger(@CustomAnnotation2(customAnnotations = {@CustomAnnotation("a")}) in RecordInteger()
54 @CustomAnnotation("b") int x) {}
97 .getAnnotation(CustomAnnotation.class) in testGetAnnotation()
100 .getAnnotation(CustomAnnotation.class) in testGetAnnotation()
DRecordTest.java62 public @interface CustomAnnotation { annotation in RecordTest
69 CustomAnnotation[] customAnnotations(); in customAnnotations()
71 record RecordInteger2(@CustomAnnotation2(customAnnotations = {@CustomAnnotation("a")}) in RecordInteger2()
72 @CustomAnnotation("b") int x) {}