获取代理对象
SpringContextHolder.getBean(。class)
public interface AopProxy {
ppressWarnings("unchecked")
default T self() {
return (T) AopContext.currentProxy();
}
}
获取代理对象
SpringContextHolder.getBean(。class)
public interface AopProxy {
ppressWarnings("unchecked")
default T self() {
return (T) AopContext.currentProxy();
}
}