ValueOf
ValueOf copied to clipboard
skip static constructors when creating object factory
Currently, classes derived from ValueOf<,> cannot have just static constructors, but also need to declare instance constructor and place it above the static one, otherwise Factory creation will fail