摘要: demo: /1:*** 定义注解*/ @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface FruitProvider { /**供应商编号*/ public int 阅读全文
posted @ 2024-03-30 09:37 阿飞藏泪 阅读(17) 评论(0) 推荐(0)
1 2 3
4