
com.github.symulakr.gwt.generators.rebind.ModelContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-generators Show documentation
Show all versions of gwt-generators Show documentation
This tool makes developing with GWT easier.
The newest version!
package com.github.symulakr.gwt.generators.rebind;
import com.google.gwt.core.ext.typeinfo.JClassType;
import com.google.gwt.core.ext.typeinfo.TypeOracle;
public class ModelContext
{
private JClassType modelType;
public ModelContext(TypeOracle typeOracle, JClassType modelType)
{
this.modelType = modelType;
}
public JClassType getModelType()
{
return modelType;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy