public interface DependencyScopeOwner
DependencyScopes. Object implementing
this interface typically also manage the lifecycle of the DependencyScope they provide
by activating and deactivating it.| Modifier and Type | Method and Description |
|---|---|
DependencyScope |
getOwnedScope()
Gets the
DependencyScope owned by this DependencyScopeOwner. |
java.lang.Class<? extends DependencyScope> |
getScopeClass()
|
DependencyScope getOwnedScope()
DependencyScope owned by this DependencyScopeOwner.DependencyScope.java.lang.Class<? extends DependencyScope> getScopeClass()
Class.