package com.a; import com.b.B; public class A{ B b = new B(); }