Closed pauxus closed 5 years ago
Also, create a synthetic protected empty constructor for keyed classes (might even throw an Unsupported operation exception)
This is basically only to prevent IDEs (not the Compiler!) reporting an "missing emtpy constructor error"
This allows for convenience constructors in addition to factories.
Basically, the work with constructors should be revisited. Do we allow custom constructors at all? What about custom constructors for keyed classes?