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.