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

xapi.dev.ui.html.CreatesContextObject Maven / Gradle / Ivy

package xapi.dev.ui.html;

import com.google.gwt.core.ext.typeinfo.JClassType;

public interface CreatesContextObject  {

  Ctx newContext(JClassType winner, String pkgName, String name);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy