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