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