EsotericSoftware / EsotericSoftware/reflectasm
Is it possible to invoke static method in interface
Open
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 217
- PR merge metrics
- No merged PRs in 30d
Description
Hi there, if had a interface as below:
public interface SomeClass2 {
public static String staticMethod (String a, int b) {
return "meow! " + a + ", " + b;
}
}
is it possible to use the library to invoke the static method?
Contributor guide
Assessment
This issue has not been assessed yet.