摘要: 1.自定义注解 @Target({ElementType.TYPE,ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface Log { String value() default 阅读全文
posted @ 2022-02-25 18:53 方同学 阅读(41) 评论(0) 推荐(0)