com.google.code.rees.scope.guice
Class ConversationScope

java.lang.Object
  extended by com.google.code.rees.scope.guice.ConversationScope
All Implemented Interfaces:
com.google.inject.Scope

public class ConversationScope
extends Object
implements com.google.inject.Scope

Author:
rees.byars

Constructor Summary
ConversationScope()
           
 
Method Summary
<T> com.google.inject.Provider<T>
scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.inject.Scope
toString
 

Constructor Detail

ConversationScope

public ConversationScope()
Method Detail

scope

public <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key,
                                               com.google.inject.Provider<T> provider)
Specified by:
scope in interface com.google.inject.Scope


Copyright © 2012-2013. All Rights Reserved.