Vladimir Tagakov
08/29/2022, 10:26 PMClass<?>
argument. And for some reason for one class KSP resolves class type passed to the argument successfully and for another class KSP returns ERROR TYPE. It looks super weird since both annotated classes very similar, both have the same visibility and implement same interfaces. The only difference is the package. Class passed to a Class<?>
argument in both cases is being nested inside annotated class itself. I’m confused and not sure how to even approach debugging here =\Vladimir Tagakov
08/29/2022, 11:07 PMTing-Yuan Huang
08/29/2022, 11:33 PM