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