Reputation: 1
I'm using Java reflection to invoke methods dynamically in runtime. But I'm advised not to use it since its not thread safe. So I searched for alternatives for reflection and found this LambdaMetaFactory Implementation. I want to know if it's thread safe or not to proceed further.
Upvotes: 0
Views: 100