访问修饰符 @interface 注解名称{
注解成员;
}
自定义注解自动继承java.lang.annotation.Annotation接口
注解体中只有成员变量没有成员方法,而注解的成员变量以