1 package com.atlassian.sal.core.executor;
2
3 /**
4 * Manager for retrieving and storing a single object which represents all thread local state
5 *
6 * @deprecated use {@link com.atlassian.sal.api.executor.ThreadLocalContextManager} instead
7 */
8 @Deprecated
9 public interface ThreadLocalContextManager extends com.atlassian.sal.api.executor.ThreadLocalContextManager<Object> {
10 }