public class SuperAnnotated { @Adelita public void foo() { System.out.println("This is the foo method of SuperAnnotated"); } @Adelita public void bar() { System.out.println("This is the bar method of SuperAnnotated"); } }