1 package annotations;2 3 4 public @interface ArrayOfAnnotationArgAnnotation {5 6 ArrayOfStringArgAnnotation[] value();7 8 }9