package foo2; /** * Created by IntelliJ IDEA. User: johannes Date: 01/04/11 Time: 00:30 To change this template use File | Settings | File Templates. */ public class Foo2 { public Foo2() { System.out.println("Hurry i was loaded"); } }