문제

Is there any way to detect when classes have changed during run-time with Hotswap?

I have a class that generates data, which I store for later use. I can trigger the data regeneration manually after Hotswap has occurred, but I would like to automate this. I'm looking for any solution that would allow me to detect when any of the classes have changed so that the data could be regenerated on the fly automatically. I would also like to detect which classes were changed, since I have multiple classes generating different data and it's overhead to regenerate all of them.

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top