public class AnnotatedMethods { @SimpleAnnotation3(id=1) public void method1() { } @SimpleAnnotation3(id=2) public void method2() { } }