class A { private A() { } static A createA() { return new A(); } }