All Classes and Interfaces
Class
Description
Default implementation which allocates new regular ThreadLocal for any storage declaration class.
Default storage manager provider which provides regular ThreadLocals
Implement this interface to declare that you will need a custom ThreadLocal, and to declare
its type.
Allows libraries to obtain custom-generated ThreadLocal instances for their storage.
SPI to register custom StorageManager implementations
Represents a StorageManagerProvider registration, allowing you to unregister it.