org.eclipse.xtext.service
Class FreeModule

java.lang.Object
  extended by org.eclipse.xtext.service.MethodBasedModule
      extended by org.eclipse.xtext.service.FreeModule
All Implemented Interfaces:
com.google.inject.Module

public class FreeModule
extends MethodBasedModule


Constructor Summary
FreeModule(java.lang.reflect.Method method, java.lang.Object owner)
           
 
Method Summary
 void configure(com.google.inject.Binder binder)
           
 
Methods inherited from class org.eclipse.xtext.service.MethodBasedModule
bindToClass, bindToInstance, getFirstTypeParameter, getKeyType, getMethod, getOwner, invokeMethod, isClassBinding, isEager, isSame, isSingleton, throwIllegalReturnTypeDeclaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeModule

public FreeModule(java.lang.reflect.Method method,
                  java.lang.Object owner)
Method Detail

configure

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