-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
I had an idea for referencing a specific method from a specific class. Here’s example code:
```
import com.seailz.Example;
import java.lang.reflect.Method;
…
Method method = Example#exampleMethod;
I had an idea for referencing a specific method from a specific class. Here’s example code:
```
import com.seailz.Example;
import java.lang.reflect.Method;
…
Method method = Example#exampleMethod;