Answer. In Spring AOP, a Proxy is an Object created by the AOP framework to implement Aspect contracts. It is generally a JDK dynamic proxy or CGLIB proxy.
確定! 回上一頁