Java程序  |  6行  |  82 B

package annotations.toys;

public @interface SubAnnotation {
    int[] value();
}