chan
03/31/2019, 8:33 AMKClass<*>
diesieben07
04/01/2019, 7:57 AMjava.lang.Class
or KClass
). The annotation processor operates within the compiler infrastructure, while the code is being compiled. There is no way to have a runtime representation of the code yet, it is not even compiled yet.chan
04/01/2019, 11:53 PM