org.eclipse.xtext.xtext.ui.graph.bundle
Class RailroadModule

java.lang.Object
  extended by org.eclipse.xtext.xtext.ui.graph.bundle.RailroadModule
All Implemented Interfaces:
com.google.inject.Module

public class RailroadModule
extends java.lang.Object
implements com.google.inject.Module

Configures the Guice injector.

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
RailroadModule()
           
 
Method Summary
 void configure(com.google.inject.Binder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RailroadModule

public RailroadModule()
Method Detail

configure

public void configure(com.google.inject.Binder binder)
Specified by:
configure in interface com.google.inject.Module