public class AnnotatedDerived extends Annotated { public String foo(String param) { return super.foo(param); } }