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