@Target 描述了注解作用的目标,属性值在 java.lang.annotation.ElementType定义,常用的包括:

@Retention 表示注解的生命周期

@Documented 修饰的注解能抽取的 java文档中

@Inherited 修饰的注解具有可继承性