Annotation Interface ThreadLocal
@ScopedProxy
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Scope
public @interface ThreadLocal
A
CustomScope
that stores objects in thread local storage.- Since:
- 1.0
- Author:
- Graeme Rocher