类 AopConfigUtils

java.lang.Object
cn.taketoday.aop.config.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.

从以下版本开始:
4.0
作者:
Rob Harrop, Juergen Hoeller, Mark Fisher
另请参阅: