blob: 85d4335bfd05763920d8804dcec205face32db6a [file] [log] [blame]
@interface Inter {
String foo()
int de() default 4
String[] bar() default "1, 2, 3"
String[] strings()
}