We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
思路:传入要被代理的类和自定义的注解类,运用反射获取注解类里方法上的注解属性的值,然后进行比对,再进行相应的操作(demo中就是输出两句话)。