public class ConstructedClass { public static ConstructedClass PEC_ONE = new ConstructedClass("param".length()); ConstructedClass(int field) { } }