摘要: 自定义注解 @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD,ElementType.TYPE}) public @interface ApiVersion { /** * 版本号 * @return */ double 阅读全文
posted @ 2021-11-20 11:32 往事随雨 阅读(47) 评论(0) 推荐(0)