EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.81k stars 416 forks source link

Why is the RMI bit using java reflection instead of reflectasm? #72

Closed Mytrill closed 9 years ago

Mytrill commented 9 years ago

Hi,

I noticed in the code that the standard reflection is used instead of your reflection library, is there a reason for that or did you just do the other library later and not updated this one?

Thank you, Anthony