blob: 0c892fa000748c1949dfdb1a519dd785d0ffc815 [file] [log] [blame]
public @interface A {
int value();
int value1() default 7;
}