摘要: 自定义注解及使用 定义一个自定义注解 import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import 阅读全文