摘要:
@Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface MyAnnotation { String key(); } Annotation型定义为 @interface 阅读全文
posted @ 2022-11-01 14:23
archaique
阅读(385)
评论(0)
推荐(0)
2022年11月1日