org.hudsonci.maven.plugin.ui.gwt.buildinfo.gin
Class MavenBuildInfoModule

java.lang.Object
  extended by com.google.gwt.inject.client.AbstractGinModule
      extended by org.hudsonci.maven.plugin.ui.gwt.buildinfo.gin.MavenBuildInfoModule
All Implemented Interfaces:
com.google.gwt.inject.client.GinModule

public class MavenBuildInfoModule
extends com.google.gwt.inject.client.AbstractGinModule

Configuration for GIN dependency injection. Providers are private to indicate that these methods should not be called from Java code. Objects should be configured for injection or add a factory method to MavenBuildInfoInjector or another Ginjector to retrieve objects from GIN.

Since:
2.1.0
Author:
Jamie Whitehouse

Constructor Summary
MavenBuildInfoModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class com.google.gwt.inject.client.AbstractGinModule
bind, bind, bind, bindConstant, binder, configure, install, requestStaticInjection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenBuildInfoModule

public MavenBuildInfoModule()
Method Detail

configure

protected void configure()
Specified by:
configure in class com.google.gwt.inject.client.AbstractGinModule


Copyright © 2004-2011 Hudson. All Rights Reserved.