EsotericSoftware / EsotericSoftware/reflectasm

Is it possible to invoke static method in interface

Open
#90 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.