Custom Annotation not working except in weird case

前端 未结 0 746
醉梦人生
醉梦人生 2021-02-04 22:39

I have a custom annotation

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Catcher {
}

Along with the Aspect

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