org.springframework.aop.framework.adapter
abstract public class: GlobalAdvisorAdapterRegistry [javadoc |
source]
java.lang.Object
org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.
| Method from org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry Summary: |
|---|
|
getInstance |
| Method from org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry Detail: |
public static AdvisorAdapterRegistry getInstance() {
return instance;
}
Return the singleton DefaultAdvisorAdapterRegistry instance. |