GitHub user hrgdavor closed the discussion with a comment: Generating Java code instead of runtime bytecode
Actually you can and I am doing it on few projects. Giving how finicky is annotation processing when you use eclipse and intelij, this has proven to be a better alternative. I choose when to rebuild. Google dagger unreliable. In general annotation processing is unfinished and once you dig in deeply very limiting. I am switching to generating Java code by using Java Parser and so much more is possible once you free yourself from shackles of annotation processing and think beyond waht you can do there. I am aware most developers do not think about performance, but this project is about performance, and I assure you there is much to gain performance wise in the build phase, and it is being ignored. My time is too limited to provide these gains for others ATM, but hopefully in the future I will be able to do so. (Making something that works for me can be order of magnitude easier than providing the same for others) Anyway, thanks for pushing fory forward, it is a great project. GitHub link: https://github.com/apache/fory/discussions/2608#discussioncomment-16902104 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
