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

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

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


public class UseGwtCreate extends NewInstanceStrategy{

  public static final UseGwtCreate SINGLETON = new UseGwtCreate();

  public UseGwtCreate() {
    super("GWT.<*>create(*)", "[*]");
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy