Tagged Questions
1
vote
2answers
122 views
Looking for a Code Converter to Convert a Normal Java Code to Reflection-Style Code
I'm looking for a converter to make a reflection-style Java code from a normal Java code. I'm doing this to prevent exceptions like NoClassDefFoundError (I want to be dependent to a class, but I want ...