1 package annotations.toys;
2 
3 public @interface SubAnnotation {
4     int[] value();
5 }
6