blob: 84738af6114ef718003d4612776f947ca616b173 [file] [log] [blame]
package p;
import r.B;
public class A {
/**
* @deprecated Use {@link B#foo()} instead
*/
public static void foo() {
B.foo();
}
}