reflectasm icon indicating copy to clipboard operation
reflectasm copied to clipboard

Add support searching default methods since Java 8

Open AHGGG opened this issue 3 years ago • 0 comments

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).

AHGGG avatar Feb 22 '22 07:02 AHGGG