Class TLC

java.lang.Object
dev.enola.common.context.TLC

@ThreadSafe public final class TLC extends Object
TLC is the Thread Local Context. (Also known as "Tender Loving Care".)

This is useful to hold values that are user- or request-dependent.

For things which are "global", just use a Singleton instead.