public class SpringCglibProxyEngine extends Object implements ProxyEngine
public <T> T proxy(T target,
Aspect aspect)
ProxyEngineproxy 在接口中 ProxyEngineT - 代理对象类型target - 被代理对象aspect - 切面实现Copyright © 2024. All rights reserved.