class Test { private Test() { } public static Test newTest() { return new Test(); } }