1 2 3 4 5 6 7 8 9 10
@SimpleAnnotation(id=2) public class AnnotatedClass { @SimpleAnnotation(id=3) public void m1() { } @SimpleAnnotation(id=4) int i; }