接口的使用
org.springframework.aop.scope.ScopedObject
使用ScopedObject的程序包 程序包 说明 org.springframework.aop.scope Support for AOP-based scoping of target objects, with configurable backend.org.springframework.aop.scope中ScopedObject的使用
实现ScopedObject的org.springframework.aop.scope中的类 修饰符和类型 类 说明 class
DefaultScopedObject
Default implementation of theScopedObject
interface.