摘要: 模拟一个需求, 接口调用时,打一下日志 1. 定义一个注解 1 @Target({ElementType.TYPE, ElementType.METHOD}) 2 @Retention(RetentionPolicy.RUNTIME) 3 public @interface TraceLog { 4 阅读全文
posted @ 2021-01-24 12:31 yang希军 阅读(1521) 评论(0) 推荐(0)