Add test for repeatable annotations

This commit is contained in:
Chris Smowton
2022-11-14 15:15:28 +00:00
parent eaa9595ea2
commit d96bca071d
8 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public @interface JavaDefinedContainer {
public JavaDefinedRepeatable[] value();
}