de.swm.gwt.client.gin.EmptyGinModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
package de.swm.gwt.client.gin;
import com.google.gwt.inject.client.AbstractGinModule;
/**
* Leeres GIN Modul um die Generierung zu erleichtern.
*
* @author wiese.daniel
*
copyright (C) 2011, SWM Services GmbH
*
*/
public class EmptyGinModule extends AbstractGinModule {
/**
* {@inheritDoc}
*
* @see com.google.gwt.inject.client.AbstractGinModule#configure()
*/
protected void configure() {
}
}