How do I get the method in the annotation parameter in an Aspect and get the result of the method execution

前端 未结 0 1764
Happy的楠姐
Happy的楠姐 2020-12-23 13:31

this is annotations Code:

@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface PreVisi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题