name property

String name
final

The descriptive name of this thread-local variable.

This name is used for identification, debugging, and logging purposes. It should be descriptive enough to understand the purpose of the thread-local variable.

Implementation

final String name;