Java反射動態修改註解的值

stono發表於2024-08-09

https://www.itqiankun.com/article/79516029

https://xyzghio.xyz/RuntimeModifyAnnotationValue/

一個Proxy物件,可以透過

InvocationHandler invocationHandler = Proxy.getInvocationHandler(proxyObject);

獲取到InvocationHander物件;

相關文章