blob: f9e9e3a2ede171d3d1de97b2176cc7286efc40b0 [file] [log] [blame]
package another.p;
/**
* See also another.p.A {@link another.p.A} and p.A, and A.
* @see another.p.A
*/
public class A {
String a= "A";
String pA= "p.A";
String anotherpA= "another.p.A";
}