spring-framework / org.springframework.aop.config / AopConfigUtils / <init>

<init>

AopConfigUtils()

Utility class for handling registration of AOP auto-proxy creators.

Only a single auto-proxy creator can be registered yet multiple concrete implementations are available. Therefore this class wraps a simple escalation protocol, allowing classes to request a particular auto-proxy creator and know that class, or a subclass thereof, will eventually be resident in the application context.

Author
Rob Harrop

Author
Juergen Hoeller

Author
Mark Fisher

Since
2.5

See Also
AopNamespaceUtils