Any alternative frameworks like Spring but without using java reflections?

Viewed 28

It seems like Java reflections are having a huge performance impact on the spring application startup based on the size of the applications. So I am looking for an alternative framework like spring but without using java reflections. If none, any other alternative options in pure Java itself now or in future?

0 Answers
Related