package p2; /** * See also p2.A {@link p2.A} and p.A, and A. * @see p2.A */ public class A { String a= "A"; String pA= "p.A"; String p2A= "p2.A"; }