Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 211 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 211 Bytes

like-aop

思路:传入要被代理的类和自定义的注解类,运用反射获取注解类里方法上的注解属性的值,然后进行比对,再进行相应的操作(demo中就是输出两句话)。