Skip to content

ClassLoader fix.

Latest
Compare
Choose a tag to compare
@wyatt-herkamp wyatt-herkamp released this 30 Jun 18:46
· 89 commits to master since this release

So I modified the way of finding the class in the generic type. Instead of using Class.forName I used Field#getDeclaringClass#getClassLoader.loadClass