com.sun.btrace.annotations
Annotation Type TLS


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface TLS

Annotation for thread-local BTrace fields. BTrace fields annotated with this annotation are stored in thread local storage. Field get/set are transparently converted to thread local get and set respectively.

Important!!!

It is not possible to access the data stored in the thread local storage from any other handler than OnMethod

Author:
A. Sundararajan