com.wideplay.warp.persist
Class PersistenceServiceExtrasModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.wideplay.warp.persist.PersistenceServiceExtrasModule
All Implemented Interfaces:
com.google.inject.Module

public final class PersistenceServiceExtrasModule
extends com.google.inject.AbstractModule

Module with bindings that can be useful when using certain Warp Persist configurations. Current bindings:


Constructor Summary
PersistenceServiceExtrasModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindScope, configure, convertToTypes, currentStage, 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

PersistenceServiceExtrasModule

public PersistenceServiceExtrasModule()
Method Detail

configure

protected void configure()
Specified by:
configure in class com.google.inject.AbstractModule