1 2 3 4 5 6 7
package a.b.c; public class AAA { AAA aaa = new AAA(); BBB bbb = new BBB(); CCC ccc = new CCC(); }