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