reflectasm
reflectasm copied to clipboard
Add support searching default methods since Java 8
When using MethodAccess.get(Class type), I found that it can't find the default methods in interface("type" is not interface but implements an interface which have many default methods in it).