摘要: 1 自定义注解接口: import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface RepeatSubmit { 阅读全文
posted @ 2023-05-04 17:28 杨吃羊 阅读(138) 评论(0) 推荐(0)