Dang alright. With kotlin is there any way to use annotation processing to insert code or would I ha...
s
Dang alright. With kotlin is there any way to use annotation processing to insert code or would I have to generate separate classes?
d
you can try AspectJ
s
I will look into that. thank you.