摘要: 记录一点关于自定义注解的小事儿 记录一些遇到过的问题 “Cannot find method 'value'” 定义了一个自定义注解, @Target({ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) public @interface 阅读全文
posted @ 2022-12-31 15:07 aaacarrot 阅读(184) 评论(0) 推荐(0) 编辑