Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8302046

Method Referencing to quickly reference a method without having to use dedicated reflection classes

XMLWordPrintable

      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;


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: