org.guiceyfruit.spring
Class SpringModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.guiceyfruit.support.GuiceyFruitModule
          extended by org.guiceyfruit.jsr250.Jsr250Module
              extended by org.guiceyfruit.spring.SpringModule
All Implemented Interfaces:
com.google.inject.Module

public class SpringModule
extends Jsr250Module

A module for injecting beans using the Spring annotations

Version:
$Revision: 1.1 $

Constructor Summary
SpringModule()
           
 
Method Summary
protected  void configure()
           
static com.google.inject.Injector createInjector(com.google.inject.Module... modules)
          Returns a new Injector with support for Spring annotations and lifecycle support along with JSR 250 support included.
 
Methods inherited from class org.guiceyfruit.support.GuiceyFruitModule
bind, bind, bind, bindAnnotationInjector, bindAnnotationInjector, bindAnnotationInjector, bindInstance, bindMethodHandler, bindMethodHandler, bindMethodHandler, checkInjectedValueType, getParameterType
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringModule

public SpringModule()
Method Detail

createInjector

public static com.google.inject.Injector createInjector(com.google.inject.Module... modules)
Returns a new Injector with support for Spring annotations and lifecycle support along with JSR 250 support included.


configure

protected void configure()
Overrides:
configure in class Jsr250Module


Copyright © 2011. All Rights Reserved.