Is dynamic method invocation using LambdaMetafactory thread safe?

104 Views Asked by At

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.

0

There are 0 best solutions below