类 SimpleThreadScope

java.lang.Object
cn.taketoday.context.support.SimpleThreadScope
所有已实现的接口:
Scope

public class SimpleThreadScope extends Object implements Scope
A simple thread-backed Scope implementation.

NOTE: This thread scope is not registered by default in common contexts. Instead, you need to explicitly assign it to a scope key in your setup, either through ConfigurableBeanFactory.registerScope(java.lang.String, cn.taketoday.beans.factory.config.Scope) or through a CustomScopeConfigurer bean.

从以下版本开始:
2.1.7
作者:
Arjen Poutsma, Juergen Hoeller, TODAY
2020-04-02 21:09