Searched refs:CustomAnnotation (Results 1 – 2 of 2) sorted by relevance
44 public @interface CustomAnnotation { annotation in RecordComponentTest51 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()
62 public @interface CustomAnnotation { annotation in RecordTest69 CustomAnnotation[] customAnnotations(); in customAnnotations()71 record RecordInteger2(@CustomAnnotation2(customAnnotations = {@CustomAnnotation("a")}) in RecordInteger2()72 @CustomAnnotation("b") int x) {}