org.guiceex.scope
クラス ThreadLocalScopeImpl
java.lang.Object
org.guiceex.scope.ThreadLocalScopeImpl
- すべての実装されたインタフェース:
- Scope
public class ThreadLocalScopeImpl
- extends Object
- implements Scope
インスタンスをThreadLocal
にて管理する@
Scope
アノテーションの実装。
インスタンスはKey
をkey
にHashMap
へ保持する。
- 作成者:
- matu◆AliceLAklI
ThreadLocalScopeImpl
public ThreadLocalScopeImpl()
scope
public <T> Provider<T> scope(Key<T> key,
Provider<T> creator)
- 定義:
- インタフェース
Scope
内の scope
toString
public String toString()
- 定義:
- インタフェース
Scope
内の toString
- オーバーライド:
- クラス
Object
内の toString
Copyright © 2007. All Rights Reserved.