]
Pete Muir updated WBX-20:
-------------------------
Component/s: Java SE
@ThreadScoped in SE
-------------------
Key: WBX-20
URL:
https://jira.jboss.org/jira/browse/WBX-20
Project: Web Beans Extensions
Issue Type: Feature Request
Components: Java SE
Environment: Java SE w/o EJB
Reporter: Peter Royle
Priority: Minor
Create a @ThreadScoped annotation and ThreadContext which is simply backed by
ThreadLocal. This enables:
@ThreadScoped String str = "hello";
to replace
ThreadLocal<String> strTL = new ThreadLocal<String>();
strTL.set("hello";
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: