摘要: @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface MyAnnotation { String key(); } Annotation型定义为 @interface 阅读全文