ValueOf icon indicating copy to clipboard operation
ValueOf copied to clipboard

skip static constructors when creating object factory

Open j4ggi opened this issue 3 years ago • 0 comments

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

j4ggi avatar Jan 29 '22 20:01 j4ggi