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