blob: a6df0f9a87fd2598455d47a9bed3a5807016d2a5 [file] [log] [blame]
package p;
public class A {
/**
* This is the field "foo".
*/
static String foo;
/**
* This is the field "foo".
* @deprecated Use {@link #foo} instead
*/
static String foo = foo;
}