Class AopConfigUtils


  • public abstract class AopConfigUtils
    extends Object
    Utility class for handling registration of AOP auto-proxy creators.

    Only a single auto-proxy creator should be registered yet multiple concrete implementations are available. This class provides a simple escalation protocol, allowing a caller to request a particular auto-proxy creator and know that creator, or a more capable variant thereof, will be registered as a post-processor.

    Since:
    2.5
    Author:
    Rob Harrop, Juergen Hoeller, Mark Fisher
    See Also:
    AopNamespaceUtils