- All Implemented Interfaces:
javax.inject.Provider<T>
public class DefaultScopeProvider<T>
extends Object
implements javax.inject.Provider<T>
A provider that provides scoping for other providers.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultScopeProvider
public DefaultScopeProvider(DefaultScope scope,
javax.inject.Provider<T> delegate)
-
Method Details
-
get
- Specified by:
get in interface javax.inject.Provider<T>
-
afterScopeEnd
@AfterScopeEnd
public void afterScopeEnd()
throws
Exception
- Throws:
Exception