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

com.google.gwt.reflect.client.strategy.UseNewKeyword Maven / Gradle / Ivy

The newest version!
package com.google.gwt.reflect.client.strategy;


public class UseNewKeyword extends NewInstanceStrategy {

  public static final UseNewKeyword SINGLETON = new UseNewKeyword();

  public UseNewKeyword() {
    super("new *()", "[*]");
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy