org.apache.camel.guice.jsr250
Class Jsr250Module

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.apache.camel.guice.support.GuiceyFruitModule
          extended by org.apache.camel.guice.jsr250.Jsr250Module
All Implemented Interfaces:
com.google.inject.Module
Direct Known Subclasses:
CamelModule

public class Jsr250Module
extends GuiceyFruitModule

A module which installs JSR 250 lifecycle and injection using the Resource annotation.

Version:

Constructor Summary
Jsr250Module()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class org.apache.camel.guice.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

Jsr250Module

public Jsr250Module()
Method Detail

configure

protected void configure()
Overrides:
configure in class GuiceyFruitModule


Apache Camel