public class AnnotatedFields { @SimpleAnnotation3(id=1) int i; @SimpleAnnotation3(id=2) String s; }