blob: ca0667c18905f58ae905346af0406c8abeb6086e [file] [log] [blame]
@interface Annotation {
Class foo () default String.class;
@interface Inner {
String bar () default "<unspecified>";
}
}