Default constructible class expected, but only parametrised constructor is meaningful
I have this hard requirement that one of my classes, ClassX
is instantiated in a reflective manner by a third party module Modul3P
, calling ClassX
‘s default constructor. Then, Modul3P
calls one of the instance’s method, aMethod()
: