blob: d2b3ef6c38d4abab58afc72cbb167d97518c7a99 [file] [log] [blame]
package annotations.toys;
public @interface SubAnnotation {
int[] value();
}