Class AbstractSingletonProxyFactoryBean

Reference: Class AbstractSingletonProxyFactoryBean

From the docs:

Convenient proxy factory bean superclass for proxy factory beans that create only singletons.

Manages pre- and post-interceptors (references, rather than interceptor names, as in ProxyFactoryBean) and provides consistent interface management.

Good thing this is "convenient".