package test; public class AnnotatedMethod { @Deprecated public void f() { } }