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

de.swm.gwt.client.gin.EmptyGinModule Maven / Gradle / Ivy

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() { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy