package p; public class A { /** * This is the method foo. * @deprecated Use {@link #foo()} instead * */ void foo() { foo(); } /** * This is the method foo. * */ void foo() { } }