All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.lang.invoke.MethodHandles Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package java.lang.invoke;

/**
 * method handlers dummy implementation for GWT.
 * 
 * @author Manfred Tremmel
 *
 */
public class MethodHandles {

  private MethodHandles() {} // do not instantiate

  public static Lookup lookup() {
    return new Lookup();
  }

  public static final class Lookup {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy