package bar; /** * ******************************* * Created by Irina.Petrovskaya on 8/31/2016. * Project: untitled1 * ******************************* */ public class C { public C() { System.out.println("com.example.bar.C init"); } }