public class AutomationScope extends Object implements com.google.inject.Scope
Modifier and Type | Field and Description |
---|---|
static AutomationScope |
INSTANCE |
protected ThreadLocal<Map<com.google.inject.Key<?>,Object>> |
values |
Modifier | Constructor and Description |
---|---|
protected |
AutomationScope() |
Modifier and Type | Method and Description |
---|---|
void |
enter() |
void |
exit() |
<T> com.google.inject.Provider<T> |
scope(com.google.inject.Key<T> key,
com.google.inject.Provider<T> unscoped) |
public static final AutomationScope INSTANCE
protected final ThreadLocal<Map<com.google.inject.Key<?>,Object>> values
protected AutomationScope()
Copyright © 2019 Nuxeo. All rights reserved.