package p;

public class A {

	static String foo;
	/**
	 * @deprecated Use {@link #bar} instead
	 */
	static String foo = bar;
}
