Class SessionScope.ScopeState
java.lang.Object
org.apache.maven.session.scope.internal.SessionScope.ScopeState
- Enclosing class:
SessionScope
ScopeState
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> com.google.inject.Provider
<T> scope
(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) <T> void
-
Constructor Details
-
ScopeState
protected ScopeState()
-
-
Method Details
-
seed
-
scope
public <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) -
providers
-