摘要: 自定义注解 import java.lang.annotation.*;@Target({ElementType.FIELD,ElementType.TYPE})@Retention(RetentionPolicy.RUNTIME)@Documentedpublic @interface Check 阅读全文
posted @ 2021-02-23 13:43 小匠人 阅读(291) 评论(0) 推荐(0) 编辑