@Annotation("") class Bar { } @interface Annotation { String value(); int ints() default 0; }