blob: be730353f3513072b4b2c6cf65ff03f382e0811f [file] [log] [blame]
public @interface Annot {
int[] getInts() default { 4 };
}