Uses of Interface
org.springframework.aop.scope.ScopedObject
Packages that use ScopedObject Package Description org.springframework.aop.scope Support for AOP-based scoping of target objects, with configurable backend.Uses of ScopedObject in org.springframework.aop.scope
Classes in org.springframework.aop.scope that implement ScopedObject Modifier and Type Class Description class
DefaultScopedObject
Default implementation of theScopedObject
interface.