public class test { public static final test alpha = new test("foo", "bar"); public static final test beta = new test("baz", "boo"); ...