Uses of Interface
org.springframework.aop.RawTargetAccess
Packages that use RawTargetAccess Package Description org.springframework.aop.scope Support for AOP-based scoping of target objects, with configurable backend.Uses of RawTargetAccess in org.springframework.aop.scope
Subinterfaces of RawTargetAccess in org.springframework.aop.scope Modifier and Type Interface Description interfaceScopedObjectAn AOP introduction interface for scoped objects.Classes in org.springframework.aop.scope that implement RawTargetAccess Modifier and Type Class Description classDefaultScopedObjectDefault implementation of theScopedObjectinterface.